From b8dc5343832d96215928aaed11cb002780145b44 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 10:20:00 +0200 Subject: [PATCH] Upgrade to Testcontainers 1.19.0 Closes gh-37079 --- 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 a0e3805608..9eaba28b98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1498,7 +1498,7 @@ bom { ] } } - library("Testcontainers", "1.18.3") { + library("Testcontainers", "1.19.0") { group("org.testcontainers") { imports = [ "testcontainers-bom"