Upgrade to PF4J 3.13.0 (#7099)

#### 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
```
pull/7106/head
John Niang 2024-12-02 15:42:59 +08:00 committed by GitHub
parent 033a77e622
commit f8be914038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ description = 'Platform of application.'
ext { ext {
commonsLang3 = "3.12.0" commonsLang3 = "3.12.0"
base62 = "0.1.3" base62 = "0.1.3"
pf4j = '3.12.0' pf4j = '3.13.0'
javaDiffUtils = "4.12" javaDiffUtils = "4.12"
guava = "33.3.1-jre" guava = "33.3.1-jre"
jsoup = '1.18.1' jsoup = '1.18.1'