From bcc69ccba7e3790ff8705ac6f551475d456a7e0b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:55 +0000 Subject: [PATCH] Upgrade to Testcontainers 1.19.7 Closes gh-39988 --- 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 45cd2afdd4..0f12a6f18c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Testcontainers", "1.19.5") { + library("Testcontainers", "1.19.7") { group("org.testcontainers") { imports = [ "testcontainers-bom"