9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-26 18:39:11 +00:00

fix CVE-2023-22102

This commit is contained in:
XiaoMoMi
2023-12-26 00:15:31 +08:00
parent d302da078d
commit e1082af01a
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
"com.zaxxer:HikariCP:5.0.1", mavenRepo,
"net.objecthunter:exp4j:0.4.8", mavenRepo,
"org.mariadb.jdbc:mariadb-java-client:3.3.0", mavenRepo,
"com.mysql:mysql-connector-j:8.0.33", mavenRepo,
"com.mysql:mysql-connector-j:8.2.0", mavenRepo,
"commons-io:commons-io:2.14.0", mavenRepo,
"com.google.code.gson:gson:2.10.1", mavenRepo,
"com.h2database:h2:2.2.224", mavenRepo,