Skip to content

Commit e93cefd

Browse files
Bump junit from 4.13.1 to 4.13.2 in /examples (#3794)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16d330c commit e93cefd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mongodb-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repositories {
88

99
dependencies {
1010
testImplementation 'org.testcontainers:testcontainers'
11-
testImplementation 'junit:junit:4.13.1'
11+
testImplementation 'junit:junit:4.13.2'
1212
testCompileClasspath 'org.jetbrains:annotations:20.1.0'
1313
}

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation 'com.google.code.gson:gson:2.8.6'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
15-
testImplementation 'junit:junit:4.13.1'
15+
testImplementation 'junit:junit:4.13.2'
1616
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
1717
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
1818
}

0 commit comments

Comments
 (0)