diff --git a/liteflow-rule-plugin/liteflow-rule-redis/pom.xml b/liteflow-rule-plugin/liteflow-rule-redis/pom.xml
index a5e983498..010420f9b 100644
--- a/liteflow-rule-plugin/liteflow-rule-redis/pom.xml
+++ b/liteflow-rule-plugin/liteflow-rule-redis/pom.xml
@@ -24,13 +24,11 @@
org.redisson
redisson
- ${redisson.version}
cn.hutool
hutool-crypto
- ${hutool-crypto.version}
diff --git a/liteflow-rule-plugin/liteflow-rule-sql/pom.xml b/liteflow-rule-plugin/liteflow-rule-sql/pom.xml
index f725f7cb8..754633d6c 100644
--- a/liteflow-rule-plugin/liteflow-rule-sql/pom.xml
+++ b/liteflow-rule-plugin/liteflow-rule-sql/pom.xml
@@ -24,7 +24,6 @@
cn.hutool
hutool-crypto
- ${hutool-crypto.version}
\ No newline at end of file
diff --git a/liteflow-testcase-el/liteflow-testcase-el-apollo-springboot/pom.xml b/liteflow-testcase-el/liteflow-testcase-el-apollo-springboot/pom.xml
index d47c6904e..55f0bc61c 100644
--- a/liteflow-testcase-el/liteflow-testcase-el-apollo-springboot/pom.xml
+++ b/liteflow-testcase-el/liteflow-testcase-el-apollo-springboot/pom.xml
@@ -39,7 +39,6 @@
cn.hutool
hutool-core
- ${hutool-core.version}
diff --git a/pom.xml b/pom.xml
index 872c45573..fdee0c96a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
2.1.3
5.3.0
5.8.2
- 5.8.11
+ 5.8.23
2.12.3
5.1.0
0.10
@@ -76,8 +76,7 @@
2.11.0
1.3.5
3.21.0
- 5.8.18
- 3.1.10
+ 3.1.11
@@ -173,7 +172,12 @@
cn.hutool
hutool-core
- ${hutool-core.version}
+ ${hutool.version}
+
+
+ cn.hutool
+ hutool-crypto
+ ${hutool.version}
com.alibaba
@@ -306,6 +310,11 @@
janino
${janino.version}
+
+ org.redisson
+ redisson
+ ${redisson.version}
+