From 5f0d72487eb1e212dd6ce81a2a4b35ea3988fdb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:50:16 +0000 Subject: [PATCH] Upgrade to Testcontainers 1.15.2 Closes gh-25420 --- 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 e334084856..8146949fd9 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -161,7 +161,7 @@ bom { ] } } - library("Testcontainers", "1.15.0") { + library("Testcontainers", "1.15.2") { group("org.testcontainers") { imports = [ "testcontainers-bom"