From 0169c586644105e526faaa8d3379b73ae36457ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:47 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.19.1 Closes gh-37790 --- 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 885c2361b8..c91b4211d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Testcontainers", "1.19.0") { + library("Testcontainers", "1.19.1") { group("org.testcontainers") { imports = [ "testcontainers-bom"