From 63e1e7365e815ee0fb23178740f02004d56372f7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Jun 2020 11:32:49 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.14.3 Closes gh-22076 --- 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 ceb61aab8c..3c37d70d80 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"