Skip to content

Commit c3abfa1

Browse files
fix(deps): update testcontainers-java monorepo to v1.21.2 (patch) (#14066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f46e4f1 commit c3abfa1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmark-overhead/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repositories {
1818
dependencies {
1919
implementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))
2020

21-
testImplementation("org.testcontainers:testcontainers:1.21.1")
22-
testImplementation("org.testcontainers:postgresql:1.21.1")
21+
testImplementation("org.testcontainers:testcontainers:1.21.2")
22+
testImplementation("org.testcontainers:postgresql:1.21.2")
2323
testImplementation("org.junit.jupiter:junit-jupiter-api")
2424
testImplementation("org.junit.jupiter:junit-jupiter-params")
2525
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333
"org.apache.groovy:groovy-bom:${groovyVersion}",
3434
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
3535
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
36-
"org.testcontainers:testcontainers-bom:1.21.1"
36+
"org.testcontainers:testcontainers-bom:1.21.2"
3737
)
3838

3939
val autoServiceVersion = "1.1.1"

examples/distro/smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.testcontainers:testcontainers:1.21.1")
6+
testImplementation("org.testcontainers:testcontainers:1.21.2")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
88
testImplementation("com.google.protobuf:protobuf-java-util:4.31.1")
99
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
implementation 'org.apache.commons:commons-lang3:3.17.0'
9898

9999
//All dependencies below are only for tests
100-
testImplementation("org.testcontainers:testcontainers:1.21.1")
100+
testImplementation("org.testcontainers:testcontainers:1.21.2")
101101
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
102102
testImplementation("com.google.protobuf:protobuf-java-util:4.31.1")
103103
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

0 commit comments

Comments
 (0)