From 6215336602371e14cb3c45009773a1f3a6e3723b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Jun 2020 10:50:18 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.14.3 Closes gh-22069 --- 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 3a626c6fcc4..1fc23a89978 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -153,7 +153,7 @@ bom { ] } } - library("Testcontainers", "1.14.2") { + library("Testcontainers", "1.14.3") { group("org.testcontainers") { imports = [ "testcontainers-bom"