Skip to content

Commit 339cf4d

Browse files
Downgrade pitest-git-plugin due to compatibility issues (#1323)
* Update arcmutate plugin * Update arcmutate plugin * * downgrade pitest-git-plugin to 2.1.0 as automatic update appears to have broken our pipeline runs.
1 parent aecba45 commit 339cf4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

service/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)