Skip to content

Commit 0b60087

Browse files
fix(deps): update testcontainers-java monorepo to v1.19.5 (release/v1.32.x) (#10482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 439315e commit 0b60087

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmark-overhead/build.gradle.kts

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

21-
testImplementation("org.testcontainers:testcontainers:1.19.2")
22-
testImplementation("org.testcontainers:postgresql:1.19.2")
21+
testImplementation("org.testcontainers:testcontainers:1.19.5")
22+
testImplementation("org.testcontainers:postgresql:1.19.5")
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
3434
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
3535
"org.junit:junit-bom:5.10.1",
36-
"org.testcontainers:testcontainers-bom:1.19.2",
36+
"org.testcontainers:testcontainers-bom:1.19.5",
3737
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
3838
)
3939

examples/distro/smoke-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.testcontainers:testcontainers:1.19.2")
6+
testImplementation("org.testcontainers:testcontainers:1.19.5")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
88
testImplementation("com.google.protobuf:protobuf-java-util:3.25.2")
99
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation 'org.apache.commons:commons-lang3:3.14.0'
100100

101101
//All dependencies below are only for tests
102-
testImplementation("org.testcontainers:testcontainers:1.19.2")
102+
testImplementation("org.testcontainers:testcontainers:1.19.5")
103103
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
104104
testImplementation("com.google.protobuf:protobuf-java-util:3.25.2")
105105
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

0 commit comments

Comments
 (0)