From a9f1903465be372151654f02993196ee02952f4d Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Tue, 9 Jun 2026 16:09:36 +0000 Subject: [PATCH] chore(deps): update dependencies to latest stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumped to the latest stable within each safe major line (no source changes needed — all APIs compatible; verified with clean compile + test + shaded jar): - io.netty:netty-all 4.1.118 -> 4.1.135.Final - com.google.code.gson:gson 2.11.0 -> 2.14.0 - org.mariadb.jdbc:* 3.5.1 -> 3.5.8 - com.zaxxer:HikariCP 6.2.1 -> 6.3.3 - org.apache.commons:commons-lang3 3.17.0 -> 3.20.0 - org.jsoup:jsoup 1.18.3 -> 1.22.2 - org.slf4j:slf4j-api 2.0.16 -> 2.0.18 - ch.qos.logback:logback-classic 1.5.15 -> 1.5.34 - org.fusesource.jansi:jansi 2.4.1 -> 2.4.3 - joda-time:joda-time 2.13.0 -> 2.14.2 - org.eclipse.angus:jakarta.mail 2.0.3 -> 2.0.5 - org.junit.jupiter:junit-jupiter 5.10.2 -> 5.14.4 - maven-surefire-plugin 3.2.5 -> 3.5.2 Deliberately NOT changed: - Stayed on the netty 4.1.x line (4.2/5.0 are new majors with API changes), slf4j 2.0.x (logback 1.5.x requires it), junit 5.x (6.x needs a new baseline), and HikariCP 6.x (kept the current major for DB-pool stability; 7.x available). - trove4j 3.0.3, commons-math3 3.6.1, jbcrypt 0.4 — already at their final (unmaintained) releases. - compiler source/target=19 / release=21 — intentional per project convention. --- Emulator/pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Emulator/pom.xml b/Emulator/pom.xml index a1ab3749..2964c8b2 100644 --- a/Emulator/pom.xml +++ b/Emulator/pom.xml @@ -66,7 +66,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.2 @@ -83,21 +83,21 @@ io.netty netty-all - 4.1.118.Final + 4.1.135.Final com.google.code.gson gson - 2.11.0 + 2.14.0 org.mariadb.jdbc mariadb-java-client - 3.5.1 + 3.5.8 runtime @@ -113,7 +113,7 @@ com.zaxxer HikariCP - 6.2.1 + 6.3.3 compile @@ -121,7 +121,7 @@ org.apache.commons commons-lang3 - 3.17.0 + 3.20.0 compile @@ -137,7 +137,7 @@ org.jsoup jsoup - 1.18.3 + 1.22.2 compile @@ -145,14 +145,14 @@ org.slf4j slf4j-api - 2.0.16 + 2.0.18 ch.qos.logback logback-classic - 1.5.15 + 1.5.34 compile @@ -160,14 +160,14 @@ org.fusesource.jansi jansi - 2.4.1 + 2.4.3 joda-time joda-time - 2.13.0 + 2.14.2 org.junit.jupiter junit-jupiter - 5.10.2 + 5.14.4 test