From b70b61ee08c23e6a1c51ca8141ddfdb82db94b76 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Feb 2025 23:17:13 +0000 Subject: [PATCH] Upgrade to Testcontainers Redis Module 2.2.4 Closes gh-44376 --- 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 6f69578294..42d409ed12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2490,7 +2490,7 @@ bom { releaseNotes("https://github.com/testcontainers/testcontainers-java/releases/tag/{version}") } } - library("Testcontainers Redis Module", "2.2.3") { + library("Testcontainers Redis Module", "2.2.4") { group("com.redis") { modules = [ "testcontainers-redis"