From a71fe9f444a990e189b0e6d25c3a569015a47d00 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 27 Nov 2022 10:02:57 +0300 Subject: [PATCH] Spring Boot Starter upgraded to Spring 3.0 #4689 --- redisson-spring-boot-starter/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redisson-spring-boot-starter/pom.xml b/redisson-spring-boot-starter/pom.xml index d977a9af6..69a5880e2 100644 --- a/redisson-spring-boot-starter/pom.xml +++ b/redisson-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ - 2.7.2 + 3.0.0 redisson-spring-boot-starter @@ -131,7 +131,7 @@ org.redisson - redisson-spring-data-27 + redisson-spring-data-30 ${project.version}