Skip to content

Commit

Permalink
Revert "Update Automated Checks (#4244)"
Browse files Browse the repository at this point in the history
This reverts commit 3c8e5e1.
  • Loading branch information
nilay913 authored Jan 14, 2025
1 parent 17bdd2e commit 7e9fba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
id 'uk.gov.hmcts.java' version '0.12.63'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
id 'com.github.ben-manes.versions' version '0.46.0'
id "info.solidsoft.pitest" version '1.15.0'
id 'org.owasp.dependencycheck' version '10.0.4'
id "info.solidsoft.pitest" version '1.9.11'
id 'org.owasp.dependencycheck' version '10.0.3'
id 'au.com.dius.pact' version '4.3.15'
id 'com.github.hmcts.rse-cft-lib' version '0.19.1520'
}
Expand Down Expand Up @@ -152,7 +152,7 @@ tasks.register('fortifyScan', JavaExec) {
}

jacoco {
toolVersion = "0.8.12"
toolVersion = "0.8.10"
}

jacocoTestReport {
Expand Down Expand Up @@ -385,7 +385,7 @@ dependencies {
implementation group: 'org.springframework', name: 'spring-jms'
implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '1.10.0'

implementation group: 'org.pitest', name: 'pitest', version: '1.17.3'
implementation group: 'org.pitest', name: 'pitest', version: '1.14.2'
implementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: pitest.pitestVersion.get()
implementation group:'org.codehaus.sonar-plugins', name:'sonar-pitest-plugin', version: '0.5'

Expand Down

0 comments on commit 7e9fba3

Please sign in to comment.