From d6da4c6bba3ca5d066a6a1272283c799ff324943 Mon Sep 17 00:00:00 2001 From: guqing <38999863+guqing@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:40:48 +0800 Subject: [PATCH] chore: upgrade pf4j version to 3.12.0 (#6143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug /area core /milestone 2.17.x #### What this PR does / why we need it: 升级 pf4j 至 3.12.0 版本以解决插件依赖解析不正确的问题 #### Which issue(s) this PR fixes: Fixes #5616 #### Does this PR introduce a user-facing change? ```release-note 升级 pf4j 至 3.12.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 1c0857289..c0491ce71 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.11.1' + pf4j = '3.12.0' javaDiffUtils = "4.12" guava = "32.0.1-jre" jsoup = '1.15.3'