Skip to content

Commit

Permalink
Merge branch 'PO-623' of github.com:hmcts/opal-fines-service into PO-623
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamdennis committed Aug 16, 2024
2 parents 652af53 + f14068d commit 42713fe
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 @@ -307,13 +307,13 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'org.testcontainers:junit-jupiter:1.20.1'
testImplementation 'org.testcontainers:postgresql'
testImplementation(platform('org.junit:junit-bom:5.10.3'))
testImplementation(platform('org.junit:junit-bom:5.11.0'))
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.3'
testImplementation 'org.junit.platform:junit-platform-suite:1.11.0'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.18.1'

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

0 comments on commit 42713fe

Please sign in to comment.