Downgrade pf4j to 3.10.0 (#5770)

Signed-off-by: JohnNiang <johnniang@foxmail.com>
pull/5520/head
John Niang 2024-04-23 11:30:33 +08:00 committed by GitHub
parent 944a244186
commit cc7f2de805
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 {
commonsLang3 = "3.12.0"
base62 = "0.1.3"
pf4j = '3.11.0'
pf4j = '3.10.0'
javaDiffUtils = "4.12"
guava = "32.0.1-jre"
jsoup = '1.15.3'