From fafcfb41c88634496fe8d78e94a7211bb9908f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 8 Feb 2025 15:45:22 +0100 Subject: [PATCH] Upgrade to Testcontainers Redis Module 2.2.3 Closes gh-44182 --- 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 9e6999b728..ab807bc662 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2377,7 +2377,7 @@ bom { releaseNotes("https://github.com/testcontainers/testcontainers-java/releases/tag/{version}") } } - library("Testcontainers Redis Module", "2.2.2") { + library("Testcontainers Redis Module", "2.2.3") { group("com.redis") { modules = [ "testcontainers-redis"