From 80a6873a9803ede68c034fe41c4494ee9610d6e9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 3 Aug 2023 14:55:57 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.18.3 Closes gh-36710 --- 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 f586696bc6..910604dd5c 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -195,7 +195,7 @@ bom { ] } } - library("Testcontainers", "1.17.3") { + library("Testcontainers", "1.18.3") { group("org.testcontainers") { imports = [ "testcontainers-bom"