diff --git a/jeecg-boot-base-core/pom.xml b/jeecg-boot-base-core/pom.xml index dbe02015..bf2fe06d 100644 --- a/jeecg-boot-base-core/pom.xml +++ b/jeecg-boot-base-core/pom.xml @@ -256,6 +256,15 @@ commons-fileupload commons-fileupload + + + cn.hutool + hutool-core + + + cn.hutool + hutool-crypto + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0c6d67f6..135ee474 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 11.2.0.3 4.0 8.0.27 - 5.3.8 + 5.8.23 3.5.3.1 @@ -323,6 +323,17 @@ okhttp 4.4.1 + + + cn.hutool + hutool-core + ${hutool.version} + + + cn.hutool + hutool-crypto + ${hutool.version} + io.minio