From 80f9d5c9e4c44addf2aefb394830220e94713733 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 09:19:47 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.18.3 Closes gh-36722 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index b77780d863..eee8870bb5 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -202,7 +202,7 @@ bom { ] } } - library("Testcontainers", "1.17.3") { + library("Testcontainers", "1.18.3") { group("org.testcontainers") { imports = [ "testcontainers-bom"