We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4197e81 commit 8c96e94Copy full SHA for 8c96e94
modules/testcontainers/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:4.0'
23
24
testImplementation 'org.slf4j:slf4j-log4j12:2.0.16'
25
- testImplementation 'org.testcontainers:mockserver:1.20.1'
+ testImplementation 'org.testcontainers:mockserver:1.20.2'
26
27
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
28
}
0 commit comments