From 0ec804f6c34fcd7df69d1687de7749c6baa1ad89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 30 May 2023 17:34:14 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.18.2 Closes gh-35677 --- 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 c55ee628bec6..cbe1fe0d5913 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.2") { group("org.testcontainers") { imports = [ "testcontainers-bom"