From f8be9140382afe32f2706a034114459133f1d004 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 2 Dec 2024 15:42:59 +0800 Subject: [PATCH] Upgrade to PF4J 3.13.0 (#7099) 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 #### What this PR does / why we need it: This PR upgrades to [PF4J 3.13.0](https://github.com/pf4j/pf4j/releases/tag/release-3.13.0). #### Does this PR introduce a user-facing change? ```release-note 升级依赖 PF4J 至 3.13.0 ``` --- 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 4fa2bdf59..f4e63f645 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -13,7 +13,7 @@ description = 'Platform of application.' ext { commonsLang3 = "3.12.0" base62 = "0.1.3" - pf4j = '3.12.0' + pf4j = '3.13.0' javaDiffUtils = "4.12" guava = "33.3.1-jre" jsoup = '1.18.1'