We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b520ee + f5892a6 commit ee1a850Copy full SHA for ee1a850
1 file changed
modules/testcontainers/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
compile 'org.testcontainers:junit-jupiter:1.12.4'
7
testCompile 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.3.4'
8
testCompile 'org.slf4j:slf4j-log4j12:1.7.29'
9
- testCompile 'org.testcontainers:mockserver:1.12.3'
+ testCompile 'org.testcontainers:mockserver:1.12.4'
10
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
11
}
12
0 commit comments