Skip to content

Commit

Permalink
mutation-test-fix (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankaVerma21 authored Sep 23, 2024
1 parent 0d2c5d6 commit dbd15f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def versions = [
junit : '5.11.0',
junitPlatform : '1.9.2',
lombok : '1.18.34',
pitest : '1.17.0',
reformLogging : '6.1.6',
restAssured : '5.5.0',
s2sClient : '5.2.0',
Expand Down Expand Up @@ -326,7 +325,6 @@ dependencies {
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8-standalone', version: versions.wiremock
testImplementation group: 'org.flywaydb', name: 'flyway-core', version: versions.flyway
testImplementation group: 'com.pivovarit', name: 'throwing-function', version: '1.5.1'
testImplementation group: 'org.pitest', name: 'pitest', version: versions.pitest
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: versions.gradlePitest
testImplementation 'org.codehaus.sonar-plugins:sonar-pitest-plugin:0.5'
testImplementation 'com.github.hmcts:fortify-client:1.4.4:all'
Expand Down

0 comments on commit dbd15f7

Please sign in to comment.