Skip to content

Commit 6a44e04

Browse files
Update testcontainers-java monorepo to v1.19.7 (#1215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eece7e8 commit 6a44e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val DEPENDENCY_BOMS = listOf(
1414
"org.junit:junit-bom:5.10.2",
1515
"io.grpc:grpc-bom:1.62.2",
1616
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.1.0-alpha",
17-
"org.testcontainers:testcontainers-bom:1.19.6"
17+
"org.testcontainers:testcontainers-bom:1.19.7"
1818
)
1919

2020
val autoServiceVersion = "1.1.1"
@@ -57,7 +57,7 @@ val DEPENDENCIES = listOf(
5757
"org.junit-pioneer:junit-pioneer:1.9.1",
5858
"org.skyscreamer:jsonassert:1.5.1",
5959
"org.apache.kafka:kafka-clients:3.7.0",
60-
"org.testcontainers:kafka:1.19.6"
60+
"org.testcontainers:kafka:1.19.7"
6161
)
6262

6363
javaPlatform {

0 commit comments

Comments
 (0)