fix(deps): update testcontainers-java monorepo to v1.21.1 (patch) (#13953)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-30 07:52:23 +03:00 committed by GitHub
parent 94d2c0feed
commit 68cb3e1cd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
"org.apache.groovy:groovy-bom:${groovyVersion}",
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
"org.testcontainers:testcontainers-bom:1.21.0"
"org.testcontainers:testcontainers-bom:1.21.1"
)
val autoServiceVersion = "1.1.1"

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
testImplementation("org.testcontainers:testcontainers:1.21.0")
testImplementation("org.testcontainers:testcontainers:1.21.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
testImplementation("com.google.protobuf:protobuf-java-util:4.31.1")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

View File

@ -97,7 +97,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.21.0")
testImplementation("org.testcontainers:testcontainers:1.21.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
testImplementation("com.google.protobuf:protobuf-java-util:4.31.1")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")