Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 323b782 commit c9bd19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
// end::repositories[]

ext {
junitJupiterVersion = '5.2.0'
junitJupiterVersion = '5.9.1'
junitVintageVersion = '5.2.0'
definitionConverterMain = "uk.gov.hmcts.befta.dse.ccd.DefinitionConverter"
}
Expand Down Expand Up @@ -168,8 +168,8 @@ dependencies {
testImplementation group: 'org.junit-pioneer', name: 'junit-pioneer', version: '0.9.0'
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}"
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.5.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.6.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.9.1'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.9.1'

}
// end::dependencies[]
Expand Down

0 comments on commit c9bd19d

Please sign in to comment.