File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ plugins {
66 id ' jacoco'
77 id ' io.spring.dependency-management' version ' 1.1.7'
88 id ' org.springframework.boot' version ' 3.5.5'
9- id ' org.owasp.dependencycheck' version ' 12.1.3 '
9+ id ' org.owasp.dependencycheck' version ' 12.1.6 '
1010 id ' com.github.ben-manes.versions' version ' 0.52.0'
11- id ' org.sonarqube' version ' 6.2.0.5505 '
11+ id ' org.sonarqube' version ' 6.3.1.5724 '
1212 id ' info.solidsoft.pitest' version ' 1.19.0-rc.1'
1313 id ' org.flywaydb.flyway' version ' 10.22.0'
1414 id ' io.freefair.lombok' version ' 8.14.2'
@@ -144,7 +144,7 @@ task fortifyScan(type: JavaExec) {
144144
145145checkstyle {
146146 maxWarnings = 0
147- toolVersion = ' 11.0 .0'
147+ toolVersion = ' 11.1 .0'
148148 getConfigDirectory(). set(new File (rootDir, ' config/checkstyle' ))
149149}
150150
You can’t perform that action at this time.
0 commit comments