Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 6319abc commit ceeaae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ dependencies {

runtimeOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.3'

testImplementation 'org.testcontainers:testcontainers:1.17.3'
testImplementation "org.testcontainers:spock:1.17.3"
testImplementation "org.testcontainers:mockserver:1.17.3"
testImplementation 'org.testcontainers:testcontainers:1.19.6'
testImplementation "org.testcontainers:spock:1.19.6"
testImplementation "org.testcontainers:mockserver:1.19.6"
testImplementation 'org.mock-server:mockserver-client-java:5.12.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
}
Expand Down

0 comments on commit ceeaae0

Please sign in to comment.