Skip to content

Commit

Permalink
fix(deps): update testcontainers-java monorepo to v1.20.1 (release/v1…
Browse files Browse the repository at this point in the history
….33.x) (patch) (open-telemetry#11932)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 1, 2024
1 parent 8ab2f64 commit 3d2ca40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions benchmark-overhead/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ repositories {
dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.10.3"))

testImplementation("org.testcontainers:testcontainers:1.20.0")
testImplementation("org.testcontainers:postgresql:1.20.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:postgresql:1.20.1")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"org.testcontainers:testcontainers-bom:1.20.0",
"org.testcontainers:testcontainers-bom:1.20.1",
"org.spockframework:spock-bom:2.4-M4-groovy-4.0"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/distro/smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
testImplementation("org.testcontainers:testcontainers:1.20.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.4")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down
2 changes: 1 addition & 1 deletion examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.15.0'

//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.20.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.4")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down

0 comments on commit 3d2ca40

Please sign in to comment.