Skip to content

Commit e435ffe

Browse files
Update testcontainers-java monorepo to v1.19.4 (#1170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdaadbe commit e435ffe

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.1",
1515
"io.grpc:grpc-bom:1.61.0",
1616
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.0.0-alpha",
17-
"org.testcontainers:testcontainers-bom:1.19.3"
17+
"org.testcontainers:testcontainers-bom:1.19.4"
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.6.1",
60-
"org.testcontainers:kafka:1.19.3"
60+
"org.testcontainers:kafka:1.19.4"
6161
)
6262

6363
javaPlatform {

0 commit comments

Comments
 (0)