We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0df4370 + 816fa98 commit f817601Copy full SHA for f817601
1 file changed
modules/testcontainers/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
testCompile 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.1'
21
testCompile 'org.slf4j:slf4j-log4j12:1.7.30'
22
testCompile 'org.testcontainers:mockserver:1.14.3'
23
- testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
24
}
25
26
test {
0 commit comments