From 10109e75b32848e1c95f01b23a602de3a07a6563 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:53:29 +0000 Subject: [PATCH] Upgrade to Testcontainers 1.15.2 Closes gh-25429 --- 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 f9aa87cc0c6..63a5e84930d 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"