From 115d7097063662dc1ff160bf2e8846c6576f038c Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Thu, 19 Jun 2025 15:19:59 +0200 Subject: [PATCH] Update Bedrock protocol library --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 756f55fb2..3c9a58efc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,9 +9,9 @@ netty = "4.2.1.Final" guava = "29.0-jre" gson = "2.3.1" # Provided by Spigot 1.8.8 websocket = "1.5.1" -protocol-connection = "3.0.0.Beta7-20250618.210427-9" -protocol-common = "3.0.0.Beta7-20250618.210427-9" -protocol-codec = "3.0.0.Beta7-20250618.210427-9" +protocol-connection = "3.0.0.Beta7-20250619.102015-10" +protocol-common = "3.0.0.Beta7-20250619.102015-10" +protocol-codec = "3.0.0.Beta7-20250619.102015-10" raknet = "1.0.0.CR3-20250218.160705-18" minecraftauth = "4.1.1" mcprotocollib = "1.21.5-20250509.144049-29"