Skip to content

Commit 2f5e43b

Browse files
fix(deps): update testcontainers-java monorepo to v2.0.1 (patch) (#15018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ba462a commit 2f5e43b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmark-overhead/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repositories {
1818
dependencies {
1919
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
2020

21-
testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.0"))
22-
testImplementation("org.testcontainers:testcontainers:2.0.0")
21+
testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.1"))
22+
testImplementation("org.testcontainers:testcontainers:2.0.1")
2323
testImplementation("org.testcontainers:testcontainers-postgresql")
2424
testImplementation("org.junit.jupiter:junit-jupiter-api")
2525
testImplementation("org.junit.jupiter:junit-jupiter-params")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val DEPENDENCY_BOMS = listOf(
3232
"org.apache.groovy:groovy-bom:${groovyVersion}",
3333
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
3434
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
35-
"org.testcontainers:testcontainers-bom:2.0.0"
35+
"org.testcontainers:testcontainers-bom:2.0.1"
3636
)
3737

3838
val autoServiceVersion = "1.1.1"

examples/distro/smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.testcontainers:testcontainers:2.0.0")
6+
testImplementation("org.testcontainers:testcontainers:2.0.1")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
88
testImplementation("com.google.protobuf:protobuf-java-util:4.33.0")
99
testImplementation("com.squareup.okhttp3:okhttp:5.2.1")

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
implementation 'org.apache.commons:commons-lang3:3.19.0'
9999

100100
//All dependencies below are only for tests
101-
testImplementation("org.testcontainers:testcontainers:2.0.0")
101+
testImplementation("org.testcontainers:testcontainers:2.0.1")
102102
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
103103
testImplementation("com.google.protobuf:protobuf-java-util:4.33.0")
104104
testImplementation("com.squareup.okhttp3:okhttp:5.2.1")

0 commit comments

Comments
 (0)