Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.19.7 (#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent eece7e8 commit 6a44e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val DEPENDENCY_BOMS = listOf(
"org.junit:junit-bom:5.10.2",
"io.grpc:grpc-bom:1.62.2",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.1.0-alpha",
"org.testcontainers:testcontainers-bom:1.19.6"
"org.testcontainers:testcontainers-bom:1.19.7"
)

val autoServiceVersion = "1.1.1"
Expand Down Expand Up @@ -57,7 +57,7 @@ val DEPENDENCIES = listOf(
"org.junit-pioneer:junit-pioneer:1.9.1",
"org.skyscreamer:jsonassert:1.5.1",
"org.apache.kafka:kafka-clients:3.7.0",
"org.testcontainers:kafka:1.19.6"
"org.testcontainers:kafka:1.19.7"
)

javaPlatform {
Expand Down

0 comments on commit 6a44e04

Please sign in to comment.