fix(deps): update testcontainers-java monorepo to v1.20.3 (patch) (#12499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-22 15:58:50 -07:00 committed by GitHub
parent 3100f0b65f
commit ea8ec35081
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
testImplementation("org.testcontainers:testcontainers:1.20.2")
testImplementation("org.testcontainers:testcontainers:1.20.3")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.5")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

View File

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