From 7dc9bf29b8890d96ffca341e4c1ed237850887bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Feb 2025 23:13:20 +0000 Subject: [PATCH] Upgrade to Testcontainers Redis Module 2.2.4 Closes gh-44370 --- 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 88136bf011..3398fa2fd4 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.3") { + library("Testcontainers Redis Module", "2.2.4") { group("com.redis") { modules = [ "testcontainers-redis"