Skip to content

Commit

Permalink
fix(deps): update testcontainers-java monorepo to v1.20.5 (patch) (op…
Browse files Browse the repository at this point in the history
…en-telemetry#13354)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and kcsurapaneni committed Feb 21, 2025
1 parent f6ef942 commit bb75dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark-overhead/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))

testImplementation("org.testcontainers:testcontainers:1.20.4")
testImplementation("org.testcontainers:postgresql:1.20.4")
testImplementation("org.testcontainers:postgresql:1.20.5")
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(
"org.apache.groovy:groovy-bom:${groovyVersion}",
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
"org.testcontainers:testcontainers-bom:1.20.4"
"org.testcontainers:testcontainers-bom:1.20.5"
)

val autoServiceVersion = "1.1.1"
Expand Down

0 comments on commit bb75dab

Please sign in to comment.