From 0b85adffbb5a6a4cb0226ef921f5120143058fdf Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 7 Feb 2021 14:45:59 +0300 Subject: [PATCH] Fixed - redisson-spring-boot-starter should use redisson-spring-data-24. #3402 --- redisson-spring-boot-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-spring-boot-starter/pom.xml b/redisson-spring-boot-starter/pom.xml index 8604bf6a1..cd602d0d2 100644 --- a/redisson-spring-boot-starter/pom.xml +++ b/redisson-spring-boot-starter/pom.xml @@ -129,7 +129,7 @@ org.redisson - redisson-spring-data-23 + redisson-spring-data-24 ${project.version}