Skip to content

Commit 92e1ac8

Browse files
renovate[bot]random1223
authored andcommitted
Update dependency org.testcontainers:testcontainers to v1.20.2
1 parent a6119f1 commit 92e1ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
dependencies {
1313
testImplementation platform('org.junit:junit-bom:5.11.1')
1414
testImplementation 'org.junit.jupiter:junit-jupiter'
15-
testImplementation "org.testcontainers:testcontainers:1.20.1"
15+
testImplementation "org.testcontainers:testcontainers:1.20.2"
1616
testImplementation "org.slf4j:slf4j-api:2.0.16"
1717
testImplementation "org.slf4j:slf4j-simple:2.0.16"
1818
}
@@ -36,7 +36,7 @@ configurations {
3636
dependencies {
3737
intTestImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
3838
intTestRuntimeOnly 'org.junit.platform:junit-platform-launcher'
39-
intTestImplementation "org.testcontainers:testcontainers:1.20.1"
39+
intTestImplementation "org.testcontainers:testcontainers:1.20.2"
4040
// intTestRuntimeOnly "org.slf4j:slf4j-api:2.0.16"
4141
// intTestRuntimeOnly "org.slf4j:slf4j-simple:2.0.16"
4242
}

0 commit comments

Comments
 (0)