Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2024
1 parent 8948426 commit 3c97911
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 @@ -244,13 +244,13 @@ dependencies {
testImplementation 'org.testcontainers:junit-jupiter:1.20.2'
testImplementation 'org.testcontainers:postgresql'

testImplementation(platform('org.junit:junit-bom:5.11.2'))
testImplementation(platform('org.junit:junit-bom:5.11.3'))
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'
}
testImplementation 'org.junit.platform:junit-platform-suite:1.11.2'
testImplementation 'org.junit.platform:junit-platform-suite:1.11.3'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'
}

Expand Down

0 comments on commit 3c97911

Please sign in to comment.