Skip to content

Commit 010ce80

Browse files
committed
upgrading pitest plugin only
2 parents 9fdf11e + d62f94c commit 010ce80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.19.0-rc.1'
1212
id 'java'
1313
id 'jvm-test-suite'
@@ -104,7 +104,7 @@ tasks.register('tests') {
104104

105105
checkstyle {
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'

0 commit comments

Comments
 (0)