Skip to content

Commit 3ab13cf

Browse files
back to main
1 parent 5934ec8 commit 3ab13cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

service/build.gradle

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

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

@@ -89,9 +89,8 @@ dependencies {
8989
spotbugs 'com.github.spotbugs:spotbugs:4.9.6'
9090
spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.6'
9191

92-
pitest 'com.arcmutate:base:1.4.0'
93-
pitest 'com.arcmutate:pitest-git-plugin:2.3.0'
94-
pitest 'org.pitest:pitest-junit5-plugin:1.2.1'
92+
pitest 'com.arcmutate:base:1.3.2'
93+
pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
9594
}
9695

9796
test {

0 commit comments

Comments
 (0)