Skip to content

Commit 905c82a

Browse files
fix(deps): update testcontainers-java monorepo to v1.20.4 (#1560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33719e1 commit 905c82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val DEPENDENCY_BOMS = listOf(
1616
"org.junit:junit-bom:5.11.3",
1717
"io.grpc:grpc-bom:1.68.1",
1818
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}",
19-
"org.testcontainers:testcontainers-bom:1.20.3"
19+
"org.testcontainers:testcontainers-bom:1.20.4"
2020
)
2121

2222
val autoServiceVersion = "1.1.1"
@@ -64,7 +64,7 @@ val DEPENDENCIES = listOf(
6464
"org.junit-pioneer:junit-pioneer:1.9.1",
6565
"org.skyscreamer:jsonassert:1.5.3",
6666
"org.apache.kafka:kafka-clients:3.9.0",
67-
"org.testcontainers:kafka:1.20.3",
67+
"org.testcontainers:kafka:1.20.4",
6868
"com.lmax:disruptor:3.4.4",
6969
"org.jctools:jctools-core:4.0.5",
7070
"tools.profiler:async-profiler:3.0",

0 commit comments

Comments
 (0)