From d29d9c504e0fba6efb4de837beb75fa0b0bdf410 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Thu, 13 Feb 2025 10:32:06 +0800 Subject: [PATCH] =?UTF-8?q?redis=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=EF=BC=9A=E5=8D=95=E6=9C=BA=E3=80=81=E5=93=A8=E5=85=B5=E3=80=81?= =?UTF-8?q?=E9=9B=86=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cf-dependencies/pom.xml | 15 +++++++++++++-- cf-framework/cf-spring-boot-starter-redis/pom.xml | 4 ++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cf-dependencies/pom.xml b/cf-dependencies/pom.xml index 05d4205d2..78ac4e6b5 100644 --- a/cf-dependencies/pom.xml +++ b/cf-dependencies/pom.xml @@ -29,8 +29,7 @@ 3.5.5 4.3.0 1.4.10 - 3.18.0 - + 3.36.0 8.1.3.62 8.8.1 2.1.1 @@ -284,6 +283,18 @@ org.redisson redisson-spring-boot-starter ${redisson.version} + + + org.redisson + + redisson-spring-data-33 + + + + + org.redisson + redisson-spring-data-27 + ${redisson.version} diff --git a/cf-framework/cf-spring-boot-starter-redis/pom.xml b/cf-framework/cf-spring-boot-starter-redis/pom.xml index a1ecea901..3855ecb07 100644 --- a/cf-framework/cf-spring-boot-starter-redis/pom.xml +++ b/cf-framework/cf-spring-boot-starter-redis/pom.xml @@ -26,6 +26,10 @@ org.redisson redisson-spring-boot-starter + + org.redisson + redisson-spring-data-27 + org.springframework.boot