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 120d4da commit c46bf38Copy full SHA for c46bf38
build.gradle
@@ -276,7 +276,7 @@ dependencies {
276
implementation group: 'org.camunda.bpm', name: 'camunda-external-task-client', version: versions.camunda
277
278
testImplementation group: 'org.pitest', name: 'pitest', version: versions.pitest
279
- testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.19.0-rc.1'
+ testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.15.0'
280
281
testImplementation group: 'org.codehaus.sonar-plugins', name: 'sonar-pitest-plugin', version: versions.sonarPitest
282
0 commit comments