From b477312100b58611c6ddac63ff29746a75d34865 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:51:44 +0000 Subject: [PATCH] Upgrade to Testcontainers 1.15.2 Closes gh-25423 --- 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 773316c27f6..5bd53a90f8f 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -156,7 +156,7 @@ bom { ] } } - library("Testcontainers", "1.15.0") { + library("Testcontainers", "1.15.2") { group("org.testcontainers") { imports = [ "testcontainers-bom"