Skip to content

Commit

Permalink
Merge pull request #39 from hmcts/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo to v5.10.1
  • Loading branch information
Ben-Edwards-cgi authored Nov 7, 2023
2 parents 2647910 + 6de6e00 commit 46ccc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ dependencies {
// Web requests
implementation 'org.springframework:spring-webflux:6.0.13'

testImplementation(platform('org.junit:junit-bom:5.10.0'))
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
exclude group: 'junit', module: 'junit'
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}, version: springVersion
testImplementation "org.junit.jupiter:junit-jupiter:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.10.1"
testImplementation "org.testcontainers:testcontainers:1.19.1"
testImplementation "org.testcontainers:junit-jupiter:1.19.1"
}
Expand Down

0 comments on commit 46ccc0c

Please sign in to comment.