Skip to content

Commit

Permalink
DTSRD-3583 Mutation Tests BootClassPathSupported False Error - junit5…
Browse files Browse the repository at this point in the history
…PluginVersion upgraded 1.0.0 -> 1.2.1 to try to prevent error in the future (#922)
  • Loading branch information
mikebrownccd authored Oct 21, 2024
1 parent 3b0b2ac commit b16bd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jacocoTestReport {
}

pitest {
junit5PluginVersion = '1.0.0'
junit5PluginVersion = '1.2.1'
targetClasses = ['uk.gov.hmcts.reform.judicialapi.*']
testSourceSets = [sourceSets.test]
excludedClasses = [
Expand Down

0 comments on commit b16bd44

Please sign in to comment.