File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ repositories {
88
99dependencies {
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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments