We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b411cd7 + 7093fd3 commit 9b24ea1Copy full SHA for 9b24ea1
1 file changed
modules/testcontainers/build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
compile 'org.testcontainers:junit-jupiter:1.12.5'
20
testCompile 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.3.4'
21
testCompile 'org.slf4j:slf4j-log4j12:1.7.30'
22
- testCompile 'org.testcontainers:mockserver:1.12.4'
+ testCompile 'org.testcontainers:mockserver:1.12.5'
23
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
24
}
25
0 commit comments