From 6f73fd67850116f2dbe4dd3284b3c8b8fdb6cb38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Apr 2021 17:05:12 +0200 Subject: [PATCH] Upgrade to Testcontainers 1.15.3 Closes gh-26179 --- 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 4d4bab30bfa..6f81732ca26 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.2") { + library("Testcontainers", "1.15.3") { group("org.testcontainers") { imports = [ "testcontainers-bom"