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 0d209a9 commit 5934ec8Copy full SHA for 5934ec8
service/build.gradle
@@ -9,7 +9,7 @@ plugins {
9
id 'org.sonarqube' version '6.3.1.5724'
10
11
// Mutation testing
12
- id 'info.solidsoft.pitest' version '1.15.0'
+ id 'info.solidsoft.pitest' version '1.17.0'
13
id 'com.arcmutate.github' version '2.2.3'
14
}
15
@@ -89,8 +89,8 @@ dependencies {
89
spotbugs 'com.github.spotbugs:spotbugs:4.9.6'
90
spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.6'
91
92
- pitest 'com.arcmutate:base:1.3.2'
93
- pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
+ pitest 'com.arcmutate:base:1.4.0'
+ pitest 'com.arcmutate:pitest-git-plugin:2.3.0'
94
pitest 'org.pitest:pitest-junit5-plugin:1.2.1'
95
96
0 commit comments