Skip to content

Commit b84fbd7

Browse files
* Downgradle plugin for arc mutate as was updated by dependabot
1 parent b63993a commit b84fbd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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'
13-
id 'com.arcmutate.github' version '2.2.3'
12+
id 'info.solidsoft.pitest' version '1.15.0'
13+
id 'com.arcmutate.github' version '1.3.2'
1414
}
1515

1616
apply plugin: 'java'

0 commit comments

Comments
 (0)