fix(deps): update testcontainers-java monorepo to v1.21.0 (#1862)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-24 10:04:46 +03:00 committed by GitHub
parent c253efa539
commit 9076a8bfc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ testing {
implementation(project(project.path))
implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.0"))
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.5"))

View File

@ -51,7 +51,7 @@ dependencies {
api("org.junit-pioneer:junit-pioneer:1.9.1")
api("org.skyscreamer:jsonassert:1.5.3")
api("org.apache.kafka:kafka-clients:3.9.0")
api("org.testcontainers:kafka:1.20.6")
api("org.testcontainers:kafka:1.21.0")
api("com.lmax:disruptor:3.4.4")
api("org.jctools:jctools-core:4.0.5")
api("tools.profiler:async-profiler:3.0")