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 531213c commit e174ce4Copy full SHA for e174ce4
service/build.gradle
@@ -9,7 +9,7 @@ plugins {
9
id 'org.sonarqube' version '6.2.0.5505'
10
11
// Mutation testing
12
- id 'info.solidsoft.pitest' version '1.19.0-rc.1'
+ id 'info.solidsoft.pitest' version '1.15.0'
13
id 'com.arcmutate.github' version '2.2.3'
14
}
15
@@ -75,8 +75,9 @@ dependencies {
75
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
76
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
77
78
- pitest 'com.arcmutate:base:1.3.2'
79
- pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
+
+ pitest 'com.arcmutate:base:1.3.2'
80
+ pitest 'com.arcmutate:pitest-git-plugin:2.1.0'
81
82
83
test {
0 commit comments