From f9d0a6dd046caca50c384f618544482bea9029d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:33:52 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.19.8 Closes gh-40733 --- 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 9c61777144..9b5a337e60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Testcontainers", "1.19.7") { + library("Testcontainers", "1.19.8") { group("org.testcontainers") { imports = [ "testcontainers-bom"