From 231aa014fa2413415c173cdc9d63dc1158e8bb6e Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 31 Jan 2024 08:35:11 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.19.4 Closes gh-39353 --- 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 37e4674049..1c35963926 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Testcontainers", "1.19.3") { + library("Testcontainers", "1.19.4") { group("org.testcontainers") { imports = [ "testcontainers-bom"