Skip to content

Commit 6ec9373

Browse files
renovate[bot]kcsurapaneni
authored andcommitted
fix(deps): update dependency org.testcontainers:testcontainers to v1.20.5 (#13365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0748348 commit 6ec9373

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmark-overhead/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
dependencies {
1919
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
2020

21-
testImplementation("org.testcontainers:testcontainers:1.20.4")
21+
testImplementation("org.testcontainers:testcontainers:1.20.5")
2222
testImplementation("org.testcontainers:postgresql:1.20.5")
2323
testImplementation("org.junit.jupiter:junit-jupiter-api")
2424
testImplementation("org.junit.jupiter:junit-jupiter-params")

examples/distro/smoke-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.testcontainers:testcontainers:1.20.4")
6+
testImplementation("org.testcontainers:testcontainers:1.20.5")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
88
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
99
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation 'org.apache.commons:commons-lang3:3.17.0'
100100

101101
//All dependencies below are only for tests
102-
testImplementation("org.testcontainers:testcontainers:1.20.4")
102+
testImplementation("org.testcontainers:testcontainers:1.20.5")
103103
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
104104
testImplementation("com.google.protobuf:protobuf-java-util:4.29.3")
105105
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

0 commit comments

Comments
 (0)