From 0897d752bc2fb489d1a3e86cbffb4d5d2cbe320d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 16:51:50 +0000 Subject: [PATCH] Upgrade to Testcontainers 1.19.3 Closes gh-38471 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 94c1f5be6fb..cd42ef8ae2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1639,7 +1639,7 @@ bom { ] } } - library("Testcontainers", "1.19.2") { + library("Testcontainers", "1.19.3") { group("org.testcontainers") { imports = [ "testcontainers-bom"