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 @@ -7,7 +7,7 @@ plugins {
77 id ' org.springframework.boot' version ' 3.5.5'
88 id ' com.github.ben-manes.versions' version ' 0.52.0'
99 id ' org.owasp.dependencycheck' version ' 12.1.3'
10- id ' org.sonarqube' version ' 6.2.0.5505 '
10+ id ' org.sonarqube' version ' 6.3.1.5724 '
1111 id ' info.solidsoft.pitest' version ' 1.15.0'
1212 id ' java'
1313 id ' jvm-test-suite'
@@ -104,7 +104,7 @@ tasks.register('tests') {
104104
105105checkstyle {
106106 maxWarnings = 0
107- toolVersion = ' 11.0.0 '
107+ toolVersion = ' 11.0.1 '
108108 getConfigDirectory(). set(new File (rootDir, ' config/checkstyle' ))
109109}
110110
@@ -242,7 +242,7 @@ def versions = [
242242 junitPlatform : ' 1.13.4' ,
243243 reformLogging : ' 6.1.9' ,
244244 springBoot : ' 3.5.5' ,
245- springDoc : ' 2.8.10 ' ,
245+ springDoc : ' 2.8.11 ' ,
246246 camunda : ' 7.23.0' ,
247247 pitest : ' 1.19.6' ,
248248 sonarPitest : ' 0.5'
You can’t perform that action at this time.
0 commit comments