From 14989a5fb779c4366fb405a74c4aaa51207d8145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 21 Nov 2024 09:32:54 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.20.4 Closes gh-43243 --- 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 069c30eccf5f..443920a5fa1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2367,7 +2367,7 @@ bom { releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}") } } - library("Testcontainers", "1.20.3") { + library("Testcontainers", "1.20.4") { group("org.testcontainers") { imports = [ "testcontainers-bom"