From 1d8c8c30d0f42aa0ffb2174575ec777586e238a4 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 20 Dec 2023 11:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7hutool=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E8=A7=A3=E5=86=B3hutool=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20CVE-2023-42278=E3=80=81CVE-2023-42277?= =?UTF-8?q?=E3=80=81CVE-2023-42276=E3=80=81CVE-2023-33695=E3=80=81CVE-2023?= =?UTF-8?q?-3276=E3=80=81CVE-2022-4565?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot-base-core/pom.xml | 9 +++++++++ pom.xml | 13 ++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) 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