Skip to content

Commit 5934ec8

Browse files
test
1 parent 0d209a9 commit 5934ec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service/build.gradle

Lines changed: 3 additions & 3 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.15.0'
12+
id 'info.solidsoft.pitest' version '1.17.0'
1313
id 'com.arcmutate.github' version '2.2.3'
1414
}
1515

@@ -89,8 +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.3.2'
93-
pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
92+
pitest 'com.arcmutate:base:1.4.0'
93+
pitest 'com.arcmutate:pitest-git-plugin:2.3.0'
9494
pitest 'org.pitest:pitest-junit5-plugin:1.2.1'
9595
}
9696

0 commit comments

Comments
 (0)