File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
12
12
dependencies {
13
13
testImplementation platform(' org.junit:junit-bom:5.11.1' )
14
14
testImplementation ' org.junit.jupiter:junit-jupiter'
15
- testImplementation " org.testcontainers:testcontainers:1.20.1 "
15
+ testImplementation " org.testcontainers:testcontainers:1.20.2 "
16
16
testImplementation " org.slf4j:slf4j-api:2.0.16"
17
17
testImplementation " org.slf4j:slf4j-simple:2.0.16"
18
18
}
@@ -36,7 +36,7 @@ configurations {
36
36
dependencies {
37
37
intTestImplementation ' org.junit.jupiter:junit-jupiter:5.11.1'
38
38
intTestRuntimeOnly ' org.junit.platform:junit-platform-launcher'
39
- intTestImplementation " org.testcontainers:testcontainers:1.20.1 "
39
+ intTestImplementation " org.testcontainers:testcontainers:1.20.2 "
40
40
// intTestRuntimeOnly "org.slf4j:slf4j-api:2.0.16"
41
41
// intTestRuntimeOnly "org.slf4j:slf4j-simple:2.0.16"
42
42
}
You can’t perform that action at this time.
0 commit comments