From 9f9dcffbe66940f7bc4f89df88a31a0ecc56e774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 8 Jul 2025 10:05:45 +0200 Subject: [PATCH] Upgrade to Testcontainers 1.21.3 Closes gh-46348 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 8040f8e4bc6..a3c4886fc94 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2502,7 +2502,7 @@ bom { releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}") } } - library("Testcontainers", "1.21.2") { + library("Testcontainers", "1.21.3") { group("org.testcontainers") { bom("testcontainers-bom") }