Skip to content

Commit c9f2527

Browse files
Update Automated Checks - Non Major
1 parent d7b4851 commit c9f2527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'io.spring.dependency-management' version '1.1.7'
77
id 'org.springframework.boot' version '3.5.5'
88
id 'com.github.ben-manes.versions' version '0.53.0'
9-
id 'org.owasp.dependencycheck' version '12.1.3'
9+
id 'org.owasp.dependencycheck' version '12.1.8'
1010
id 'org.sonarqube' version '6.3.1.5724'
1111
id 'info.solidsoft.pitest' version '1.19.0-rc.1'
1212
id 'java'
@@ -110,7 +110,7 @@ tasks.register('fortifyScan', JavaExec) {
110110

111111
checkstyle {
112112
maxWarnings = 0
113-
toolVersion = '11.0.1'
113+
toolVersion = '11.1.0'
114114
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
115115
}
116116

0 commit comments

Comments
 (0)