From 827309f36f9475d01f5d4e8f37b44718e99d3a59 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 11 Jan 2022 19:07:59 -0800 Subject: [PATCH] Upgrade to Testcontainers 1.16.2 Closes gh-29366 --- 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 354282e57a5..72cc1cbc3e0 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -170,7 +170,7 @@ bom { ] } } - library("Testcontainers", "1.16.1") { + library("Testcontainers", "1.16.2") { group("org.testcontainers") { imports = [ "testcontainers-bom"