We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f6b80 commit e5d8eb8Copy full SHA for e5d8eb8
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id 'com.github.ben-manes.versions' version '0.52.0'
9
id 'org.owasp.dependencycheck' version '12.1.3'
10
id 'org.sonarqube' version '6.3.1.5724'
11
- id 'info.solidsoft.pitest' version '1.19.0-rc.1'
+ id 'info.solidsoft.pitest' version '1.19.0-rc.2'
12
id 'java'
13
id 'jvm-test-suite'
14
}
@@ -244,7 +244,7 @@ def versions = [
244
springBoot : '3.5.5',
245
springDoc : '2.8.13',
246
camunda : '7.23.0',
247
- pitest : '1.19.6',
+ pitest : '1.20.5',
248
sonarPitest : '0.5'
249
250
]
0 commit comments