From 932f1cab07c1ce48fbae15a3b161e940ebca1563 Mon Sep 17 00:00:00 2001 From: Xitee <59659167+Xitee1@users.noreply.github.com> Date: Sun, 26 Apr 2026 19:44:49 +0200 Subject: [PATCH] chore: bump JDA, HikariCP, CoreProtect and Maven plugins - JDA 5.0.0-beta.12 -> 5.6.1 (first stable line; the beta is from May 2023) - HikariCP 5.0.1 -> 6.3.0 - CoreProtect 21.3 -> 23.2 (matches what runs on the server) - maven-compiler-plugin 3.8.1 -> 3.13.0 - maven-shade-plugin 3.2.4 -> 3.6.0 - maven-jar-plugin 2.3.1 -> 3.4.2 paper-api stays at 1.20.1 on purpose: the codebase still relies on the net.md_5.bungee.api.ChatColor / TextComponent shim, which has been dropped from newer paper-api artifacts. The plugin loads fine on Paper 26.1.2 with the 1.20 API. Co-Authored-By: Claude Opus 4.7 (1M context) --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 94e05d7..3e04c33 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ net.coreprotect coreprotect - 21.3 + 23.2 provided @@ -52,13 +52,13 @@ com.zaxxer HikariCP - 5.0.1 + 6.3.0 net.dv8tion JDA - 5.0.0-beta.12 + 5.6.1 @@ -76,7 +76,7 @@ maven-compiler-plugin - 3.8.1 + 3.13.0 11 @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.6.0 @@ -99,7 +99,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 3.4.2 ./target