Skip to content

Commit c46bf38

Browse files
committed
downgraded pitest plugin to 1.15 from 1.19.0-rc-1
1 parent 120d4da commit c46bf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ dependencies {
276276
implementation group: 'org.camunda.bpm', name: 'camunda-external-task-client', version: versions.camunda
277277

278278
testImplementation group: 'org.pitest', name: 'pitest', version: versions.pitest
279-
testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.19.0-rc.1'
279+
testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.15.0'
280280

281281
testImplementation group: 'org.codehaus.sonar-plugins', name: 'sonar-pitest-plugin', version: versions.sonarPitest
282282

0 commit comments

Comments
 (0)