Skip to content

Commit d93421d

Browse files
Update Automated Checks - Non Major
1 parent 46f6b80 commit d93421d

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.52.0'
9-
id 'org.owasp.dependencycheck' version '12.1.3'
9+
id 'org.owasp.dependencycheck' version '12.1.6'
1010
id 'org.sonarqube' version '6.3.1.5724'
1111
id 'info.solidsoft.pitest' version '1.19.0-rc.1'
1212
id 'java'
@@ -104,7 +104,7 @@ tasks.register('tests') {
104104

105105
checkstyle {
106106
maxWarnings = 0
107-
toolVersion = '11.0.1'
107+
toolVersion = '11.1.0'
108108
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
109109
}
110110

0 commit comments

Comments
 (0)