From c6619dd306b844ad7f876a9a7abc3661cc343dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Oct 2024 08:44:32 +0200 Subject: [PATCH] Upgrade to Testcontainers 1.20.3 Closes gh-42847 --- 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 5bc885f0bf..fdffeb1ea6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2173,7 +2173,7 @@ bom { releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}") } } - library("Testcontainers", "1.20.2") { + library("Testcontainers", "1.20.3") { group("org.testcontainers") { imports = [ "testcontainers-bom"