You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
a9f1903465
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.