From 8d204eb40e17101323732fb7d1ca189fec525fea Mon Sep 17 00:00:00 2001 From: liuwy <1421132346@qq.com> Date: Fri, 16 Jun 2023 11:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 升级 guava 依赖版本为 32.0.1-jre 以规避漏洞 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index beb95a88..9a4a0f09 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 2.7.22 4.1.86.Final 3.5.7 - 31.1-jre + 32.0.1-jre 4.3.0 1.8.2 5.4.24.Final -- Gitee