From f851b1ba53e8af9e6aaed91756dfab0c04fdba6a Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 31 Jan 2023 14:10:10 +0800 Subject: [PATCH] Upgrade pf4j to 3.9.0 (#3191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind imporvement /area core /milestone 2.2.x #### What this PR does / why we need it: See https://github.com/pf4j/pf4j/blob/2d3cf24fed4c0ca8addbbbc70ebcb1fe4c3f877f/CHANGELOG.md#390---2023-01-30 for more. #### Special notes for your reviewer: Please confirm that the plugin module is working fine. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 PF4J 至 3.9.0 ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eebc5a330..4c81b4f8a 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ bootJar { ext { commonsLang3 = "3.12.0" base62 = "0.1.3" - pf4j = '3.8.0' + pf4j = '3.9.0' javaDiffUtils = "4.12" guava = "31.1-jre" jsoup = '1.15.3'