From 50c1c1243b66f9a59ddfab811f062b3e5489d57e Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:18:55 +0000 Subject: [PATCH] fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.21.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6f46beb0..dafe98c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,7 +78,7 @@ dependencies { testImplementation("org.wiremock:wiremock:3.13.2") // Testcontainers - testImplementation(platform("org.testcontainers:testcontainers-bom:1.21.3")) + testImplementation(platform("org.testcontainers:testcontainers-bom:1.21.4")) testImplementation("org.testcontainers:junit-jupiter") testImplementation("org.testcontainers:testcontainers") // SLF4J 2.x binding so Testcontainers debug logs are visible (log4j-slf4j-impl targets 1.x)