diff --git a/sa-token-demo/sa-token-demo-test/pom.xml b/sa-token-demo/sa-token-demo-test/pom.xml
index 075746aa..3520135f 100644
--- a/sa-token-demo/sa-token-demo-test/pom.xml
+++ b/sa-token-demo/sa-token-demo-test/pom.xml
@@ -44,7 +44,7 @@
cn.hutool
hutool-all
- 5.8.16
+ 5.8.36
@@ -54,12 +54,12 @@
${sa-token.version}
-->
-
+
- cn.dev33
- sa-token-redis-jackson
- ${sa-token.version}
-
+ cn.dev33
+ sa-token-redis-template
+ ${sa-token.version}
+
diff --git a/sa-token-dependencies/pom.xml b/sa-token-dependencies/pom.xml
index edead77c..c027c52b 100644
--- a/sa-token-dependencies/pom.xml
+++ b/sa-token-dependencies/pom.xml
@@ -15,8 +15,8 @@
1.40.0
- 2.5.15
- 3.0.1
+ 2.7.18
+ 3.4.3
3.1.4.RELEASE
2.13.4.1
2.11.2
diff --git a/sa-token-plugin/sa-token-redisson/README.md b/sa-token-plugin/sa-token-redisson/README.md
index b6dbf0db..b8fa53d6 100644
--- a/sa-token-plugin/sa-token-redisson/README.md
+++ b/sa-token-plugin/sa-token-redisson/README.md
@@ -10,7 +10,7 @@
cn.dev33
- sa-token-redisson-jackson2
+ sa-token-redisson
${sa-token.version}
@@ -65,7 +65,7 @@ public class SaTokenConfigure {
cn.dev33
- sa-token-redisson-jackson2
+ sa-token-redisson
${sa-token.version}
diff --git a/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml b/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml
index fe7c64da..95227301 100644
--- a/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml
+++ b/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml
@@ -42,7 +42,13 @@
spring-boot-configuration-processor
true
-
+
+
+
+ cn.dev33
+ sa-token-jackson
+
+
cn.dev33