Skip to content

Commit f817601

Browse files
authored
Merge pull request #220 from MicroShed/dependabot/gradle/modules/testcontainers/org.junit.jupiter-junit-jupiter-5.7.0
Bump junit-jupiter from 5.6.2 to 5.7.0 in /modules/testcontainers
2 parents 0df4370 + 816fa98 commit f817601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/testcontainers/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testCompile 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.1'
2121
testCompile 'org.slf4j:slf4j-log4j12:1.7.30'
2222
testCompile 'org.testcontainers:mockserver:1.14.3'
23-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
2424
}
2525

2626
test {

0 commit comments

Comments
 (0)