From 62364d5992ca06b3180047fdb74f3e52c7bf8b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Dec 2025 08:36:13 +0100 Subject: [PATCH] Upgrade to Testcontainers 2.0.3 Closes gh-48545 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a558cfc8705..dcabe4e5616 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2610,7 +2610,7 @@ bom { releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}") } } - library("Testcontainers", "2.0.2") { + library("Testcontainers", "2.0.3") { group("org.testcontainers") { bom("testcontainers-bom") }