We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6319abc commit ca975f0Copy full SHA for ca975f0
app/build.gradle
@@ -45,9 +45,9 @@ dependencies {
45
46
runtimeOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.3'
47
48
- testImplementation 'org.testcontainers:testcontainers:1.17.3'
49
- testImplementation "org.testcontainers:spock:1.17.3"
50
- testImplementation "org.testcontainers:mockserver:1.17.3"
+ testImplementation 'org.testcontainers:testcontainers:1.19.4'
+ testImplementation "org.testcontainers:spock:1.19.4"
+ testImplementation "org.testcontainers:mockserver:1.19.4"
51
testImplementation 'org.mock-server:mockserver-client-java:5.12.0'
52
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
53
}
0 commit comments