Skip to content

Commit

Permalink
Upgrade to PF4J 3.13.0 (#7099)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang authored Dec 2, 2024
1 parent 033a77e commit f8be914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f8be914

Please sign in to comment.