Skip to content

Commit e174ce4

Browse files
* downgrade pitest-git-plugin to 2.1.0 as automatic update appears to have broken our pipeline runs.
1 parent 531213c commit e174ce4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

service/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'org.sonarqube' version '6.2.0.5505'
1010

1111
// Mutation testing
12-
id 'info.solidsoft.pitest' version '1.19.0-rc.1'
12+
id 'info.solidsoft.pitest' version '1.15.0'
1313
id 'com.arcmutate.github' version '2.2.3'
1414
}
1515

@@ -75,8 +75,9 @@ dependencies {
7575
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7676
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
7777

78-
pitest 'com.arcmutate:base:1.3.2'
79-
pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
78+
79+
pitest 'com.arcmutate:base:1.3.2'
80+
pitest 'com.arcmutate:pitest-git-plugin:2.1.0'
8081
}
8182

8283
test {

0 commit comments

Comments
 (0)