Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.20.1 (#1398)
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 Jul 31, 2024
1 parent 01ee20c commit dcfdebe
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.3",
"io.grpc:grpc-bom:1.65.1",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.6.0-alpha",
"org.testcontainers:testcontainers-bom:1.20.0"
"org.testcontainers:testcontainers-bom:1.20.1"
)

val autoServiceVersion = "1.1.1"
Expand Down Expand Up @@ -60,7 +60,7 @@ val DEPENDENCIES = listOf(
"org.junit-pioneer:junit-pioneer:1.9.1",
"org.skyscreamer:jsonassert:1.5.3",
"org.apache.kafka:kafka-clients:3.8.0",
"org.testcontainers:kafka:1.20.0",
"org.testcontainers:kafka:1.20.1",
"com.lmax:disruptor:3.4.4",
"org.jctools:jctools-core:4.0.5",
"tools.profiler:async-profiler:3.0",
Expand Down

0 comments on commit dcfdebe

Please sign in to comment.