From 6e6a6c059c01147895c67f236f21a25933ca08d9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 7 Sep 2021 09:16:17 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.16 Closes gh-27882 --- 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 622a8e4a496..c5d357831a4 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.3") { + library("Testcontainers", "1.16.0") { group("org.testcontainers") { imports = [ "testcontainers-bom"