fix(deps): update testcontainers-java monorepo to v1.19.6 (main) (patch) (#10631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a28f9dcd5
commit
7a4f121f8f
|
@ -18,7 +18,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
|
||||
|
||||
testImplementation("org.testcontainers:testcontainers:1.19.5")
|
||||
testImplementation("org.testcontainers:testcontainers:1.19.6")
|
||||
testImplementation("org.testcontainers:postgresql:1.19.5")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-params")
|
||||
|
|
|
@ -33,7 +33,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.5",
|
||||
"org.testcontainers:testcontainers-bom:1.19.6",
|
||||
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("org.testcontainers:testcontainers:1.19.5")
|
||||
testImplementation("org.testcontainers:testcontainers:1.19.6")
|
||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
|
||||
testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
|
||||
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
|
|
|
@ -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.5")
|
||||
testImplementation("org.testcontainers:testcontainers:1.19.6")
|
||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
|
||||
testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
|
||||
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
|
|
Loading…
Reference in New Issue