Skip to content

Commit 4504dc2

Browse files
Update testcontainers-java monorepo to v1.20.0
1 parent 33c35a6 commit 4504dc2

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
@@ -14,7 +14,7 @@ val DEPENDENCY_BOMS = listOf(
1414
"org.junit:junit-bom:5.10.3",
1515
"io.grpc:grpc-bom:1.65.1",
1616
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.6.0-alpha",
17-
"org.testcontainers:testcontainers-bom:1.19.8"
17+
"org.testcontainers:testcontainers-bom:1.20.0"
1818
)
1919

2020
val autoServiceVersion = "1.1.1"
@@ -60,7 +60,7 @@ val DEPENDENCIES = listOf(
6060
"org.junit-pioneer:junit-pioneer:1.9.1",
6161
"org.skyscreamer:jsonassert:1.5.3",
6262
"org.apache.kafka:kafka-clients:3.7.1",
63-
"org.testcontainers:kafka:1.19.8",
63+
"org.testcontainers:kafka:1.20.0",
6464
"com.lmax:disruptor:3.4.4",
6565
"org.jctools:jctools-core:4.0.5",
6666
"tools.profiler:async-profiler:3.0",

0 commit comments

Comments
 (0)