Browse Source

fix(deps): update testcontainers-java monorepo to v1.19.8 (main) (patch) (#11314)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 10 months ago
parent
commit
1c30af764d

+ 2 - 2
benchmark-overhead/build.gradle.kts

@@ -18,8 +18,8 @@ repositories {
 dependencies {
   implementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
 
-  testImplementation("org.testcontainers:testcontainers:1.19.7")
-  testImplementation("org.testcontainers:postgresql:1.19.7")
+  testImplementation("org.testcontainers:testcontainers:1.19.8")
+  testImplementation("org.testcontainers:postgresql:1.19.8")
   testImplementation("org.junit.jupiter:junit-jupiter-api")
   testImplementation("org.junit.jupiter:junit-jupiter-params")
   testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

+ 1 - 1
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.2",
-  "org.testcontainers:testcontainers-bom:1.19.7",
+  "org.testcontainers:testcontainers-bom:1.19.8",
   "org.spockframework:spock-bom:2.4-M4-groovy-4.0"
 )
 

+ 1 - 1
examples/distro/smoke-tests/build.gradle

@@ -3,7 +3,7 @@ plugins {
 }
 
 dependencies {
-  testImplementation("org.testcontainers:testcontainers:1.19.7")
+  testImplementation("org.testcontainers:testcontainers:1.19.8")
   testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
   testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
   testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

+ 1 - 1
examples/extension/build.gradle

@@ -99,7 +99,7 @@ dependencies {
   implementation 'org.apache.commons:commons-lang3:3.14.0'
 
   //All dependencies below are only for tests
-  testImplementation("org.testcontainers:testcontainers:1.19.7")
+  testImplementation("org.testcontainers:testcontainers:1.19.8")
   testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
   testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
   testImplementation("com.squareup.okhttp3:okhttp:4.12.0")