diff --git a/pom.xml b/pom.xml
index 5898e656..76b478bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
2.10.0
3.2.2
2.12.2
- 5.7.16
+ 5.7.18
3.16.7
2.2.1
2.7.15
@@ -130,6 +130,15 @@
import
+
+
+ cn.hutool
+ hutool-bom
+ ${hutool.version}
+ pom
+ import
+
+
de.codecentric
@@ -226,12 +235,6 @@
${common-pool.version}
-
- cn.hutool
- hutool-all
- ${hutool.version}
-
-
org.redisson
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index 2eb4a754..3cc195b3 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -118,7 +118,17 @@
cn.hutool
- hutool-all
+ hutool-core
+
+
+
+ cn.hutool
+ hutool-jwt
+
+
+
+ cn.hutool
+ hutool-extra
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index a440bfe7..25bed745 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -80,6 +80,16 @@
${swagger.fox.version}
+
+ cn.hutool
+ hutool-captcha
+
+
+
+ cn.hutool
+ hutool-http
+
+