fix(deps): update dependency org.testcontainers:testcontainers to v1.20.5 (#13365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fb97b5f4f
commit
6dccc641da
|
@ -18,7 +18,7 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
|
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
|
||||||
|
|
||||||
testImplementation("org.testcontainers:testcontainers:1.20.4")
|
testImplementation("org.testcontainers:testcontainers:1.20.5")
|
||||||
testImplementation("org.testcontainers:postgresql:1.20.5")
|
testImplementation("org.testcontainers:postgresql:1.20.5")
|
||||||
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")
|
||||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation("org.testcontainers:testcontainers:1.20.4")
|
testImplementation("org.testcontainers:testcontainers:1.20.5")
|
||||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
|
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
|
||||||
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
|
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
|
||||||
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
|
|
|
@ -99,7 +99,7 @@ dependencies {
|
||||||
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
implementation 'org.apache.commons:commons-lang3:3.17.0'
|
||||||
|
|
||||||
//All dependencies below are only for tests
|
//All dependencies below are only for tests
|
||||||
testImplementation("org.testcontainers:testcontainers:1.20.4")
|
testImplementation("org.testcontainers:testcontainers:1.20.5")
|
||||||
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
|
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
|
||||||
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
|
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
|
||||||
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
|
|
Loading…
Reference in New Issue