Update testcontainers-java monorepo to v1.19.0 (#9265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
aca29defb6
commit
3d7703bd70
|
@ -18,8 +18,8 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(enforcedPlatform("org.junit:junit-bom:5.10.0"))
|
implementation(enforcedPlatform("org.junit:junit-bom:5.10.0"))
|
||||||
|
|
||||||
testImplementation("org.testcontainers:testcontainers:1.18.3")
|
testImplementation("org.testcontainers:testcontainers:1.19.0")
|
||||||
testImplementation("org.testcontainers:postgresql:1.18.3")
|
testImplementation("org.testcontainers:postgresql:1.19.0")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-params")
|
testImplementation("org.junit.jupiter:junit-jupiter-params")
|
||||||
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
|
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
|
||||||
|
|
|
@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
|
||||||
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
||||||
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
|
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
|
||||||
"org.junit:junit-bom:5.10.0",
|
"org.junit:junit-bom:5.10.0",
|
||||||
"org.testcontainers:testcontainers-bom:1.18.3",
|
"org.testcontainers:testcontainers-bom:1.19.0",
|
||||||
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
|
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation("org.testcontainers:testcontainers:1.18.3")
|
testImplementation("org.testcontainers:testcontainers:1.19.0")
|
||||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
|
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
|
||||||
testImplementation("com.google.protobuf:protobuf-java-util:3.24.1")
|
testImplementation("com.google.protobuf:protobuf-java-util:3.24.1")
|
||||||
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
|
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
|
||||||
|
|
|
@ -99,7 +99,7 @@ dependencies {
|
||||||
implementation 'org.apache.commons:commons-lang3:3.13.0'
|
implementation 'org.apache.commons:commons-lang3:3.13.0'
|
||||||
|
|
||||||
//All dependencies below are only for tests
|
//All dependencies below are only for tests
|
||||||
testImplementation("org.testcontainers:testcontainers:1.18.3")
|
testImplementation("org.testcontainers:testcontainers:1.19.0")
|
||||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
|
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
|
||||||
testImplementation("com.google.protobuf:protobuf-java-util:3.24.1")
|
testImplementation("com.google.protobuf:protobuf-java-util:3.24.1")
|
||||||
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
|
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
|
||||||
|
|
Loading…
Reference in New Issue