Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent a56eba2 commit ffe787a
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 @@ -246,13 +246,13 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'org.testcontainers:junit-jupiter:1.19.4'
testImplementation 'org.testcontainers:postgresql'
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation(platform('org.junit:junit-bom:5.10.2'))
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.10.1'
testImplementation 'org.junit.platform:junit-platform-suite:1.10.2'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.15.0'

testImplementation "net.serenity-bdd:serenity-core:${serenityVersion}"
Expand Down

0 comments on commit ffe787a

Please sign in to comment.