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 f6b04ba commit f819287Copy full SHA for f819287
app/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testImplementation 'org.testcontainers:testcontainers:1.17.3'
49
testImplementation "org.testcontainers:spock:1.17.3"
50
testImplementation "org.testcontainers:mockserver:1.17.3"
51
- testImplementation 'org.mock-server:mockserver-client-java:5.12.0'
+ testImplementation 'org.mock-server:mockserver-client-java:5.15.0'
52
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
53
}
54
0 commit comments