From a3f7a7aea36b944fd4efc7688c41c36a653833b6 Mon Sep 17 00:00:00 2001 From: Hendrik Brombeer Date: Sun, 12 Jul 2026 21:05:59 +0200 Subject: [PATCH] feat(deps)!: bump minestom to 2026.07.12-26.2 Move the managed net.minestom:minestom constraint from 2026.06.20-26.1.2 (MC 26.1.2) to 2026.07.12-26.2 (MC 26.2, protocol 776) so every BOM consumer lands on the same Minecraft version as the clients and the proxy. Minestom 26.2 reports 148 binary-incompatible changes against 26.1.2, so this is a breaking bump for consumers: registry keys, packet layout, entity metadata and data components all moved. The Grounds libraries on the lobby classpath (grounds-minestom-runtime, plugin-agones-minestom, plugin-permissions-minestom) only touch MinecraftServer, EventNode, Task and the player events, none of which changed, and they resolve and boot cleanly against 26.2. Verified: ./gradlew build green (stable-constraint check + consumer fixture); published as 0.2.0 to mavenLocal and the lobby builds, boots and answers a server-list ping as MC 26.2 / protocol 776 against it. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e929847..aeda695 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ val managedVersions = "io.kubernetes:client-java" to "26.0.0", "redis.clients:jedis" to "7.5.2", "com.nimbusds:nimbus-jose-jwt" to "10.9.1", - "net.minestom:minestom" to "2026.06.20-26.1.2", + "net.minestom:minestom" to "2026.07.12-26.2", "io.papermc.paper:paper-api" to "26.1.2.build.72-stable", "com.velocitypowered:velocity-api" to "3.4.0", )