From 7d1fc062bfec9297cbd694bc09f1ec3c55d48f74 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Feb 2025 23:13:15 +0000 Subject: [PATCH] Upgrade to Testcontainers 1.20.5 Closes gh-44369 --- 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 d79bcc6abc..88136bf011 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2365,7 +2365,7 @@ bom { releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}") } } - library("Testcontainers", "1.20.4") { + library("Testcontainers", "1.20.5") { group("org.testcontainers") { imports = [ "testcontainers-bom"