From a6db093ec40e370f745a145246746cd5abfe0dde Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:15:18 +0200 Subject: [PATCH] Upgrade to Testcontainers 1.18.1 Closes gh-35430 --- 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 54f8748da0..0c82fe7325 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1507,7 +1507,7 @@ bom { ] } } - library("Testcontainers", "1.18.0") { + library("Testcontainers", "1.18.1") { group("org.testcontainers") { imports = [ "testcontainers-bom"