From b3fa0b9568be3c59c8364873485c9838b72779b2 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 4 Oct 2024 19:54:43 +0800 Subject: [PATCH] Upgrade to Guava 33.3.1-jre (#6762) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind cleanup /area core /milestone 2.20.x #### What this PR does / why we need it: This PR upgrades to Guava 33.3.1-jre. See https://github.com/google/guava/releases/tag/v33.3.1 for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Guava 至 33.3.1-jre ``` --- platform/application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/application/build.gradle b/platform/application/build.gradle index 13bb84bdd..10d92d30c 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -15,7 +15,7 @@ ext { base62 = "0.1.3" pf4j = '3.12.0' javaDiffUtils = "4.12" - guava = "32.0.1-jre" + guava = "33.3.1-jre" jsoup = '1.15.3' jsonPatch = "1.13" springDocOpenAPI = "2.6.0"