From 9510d185018deee87e3aed10a8c6460a9fa82453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:23:24 +0300 Subject: [PATCH] fix(deps): update testcontainers-java monorepo to v1.20.1 (main) (patch) (#11931) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark-overhead/build.gradle.kts | 4 ++-- dependencyManagement/build.gradle.kts | 2 +- examples/distro/smoke-tests/build.gradle | 2 +- examples/extension/build.gradle | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmark-overhead/build.gradle.kts b/benchmark-overhead/build.gradle.kts index 527cdec6cee3..cb0c55c08258 100644 --- a/benchmark-overhead/build.gradle.kts +++ b/benchmark-overhead/build.gradle.kts @@ -18,8 +18,8 @@ repositories { dependencies { implementation(enforcedPlatform("org.junit:junit-bom:5.10.3")) - testImplementation("org.testcontainers:testcontainers:1.20.0") - testImplementation("org.testcontainers:postgresql:1.20.0") + testImplementation("org.testcontainers:testcontainers:1.20.1") + testImplementation("org.testcontainers:postgresql:1.20.1") testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index c08ba774d3d5..c136ac370127 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -34,7 +34,7 @@ val DEPENDENCY_BOMS = listOf( "io.opentelemetry:opentelemetry-bom:${otelSdkVersion}", "io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}", "org.junit:junit-bom:5.10.3", - "org.testcontainers:testcontainers-bom:1.20.0", + "org.testcontainers:testcontainers-bom:1.20.1", "org.spockframework:spock-bom:2.4-M4-groovy-4.0" ) diff --git a/examples/distro/smoke-tests/build.gradle b/examples/distro/smoke-tests/build.gradle index 921997fcc9f5..2db60894f48c 100644 --- a/examples/distro/smoke-tests/build.gradle +++ b/examples/distro/smoke-tests/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - testImplementation("org.testcontainers:testcontainers:1.20.0") + testImplementation("org.testcontainers:testcontainers:1.20.1") testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") testImplementation("com.google.protobuf:protobuf-java-util:3.25.4") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") diff --git a/examples/extension/build.gradle b/examples/extension/build.gradle index 20d426788034..2f48c8e22147 100644 --- a/examples/extension/build.gradle +++ b/examples/extension/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.15.0' //All dependencies below are only for tests - testImplementation("org.testcontainers:testcontainers:1.20.0") + testImplementation("org.testcontainers:testcontainers:1.20.1") testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") testImplementation("com.google.protobuf:protobuf-java-util:3.25.4") testImplementation("com.squareup.okhttp3:okhttp:4.12.0")