From 72f82949b9caa2c5e3289b48a8a7585e6cf67423 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Tue, 9 Dec 2025 12:50:19 +0100 Subject: [PATCH] Update Bedrock protocol / networking libraries Pulls in: - https://github.com/CloudburstMC/Protocol/commit/a30f21345a5558e0ec3b92e908f63d139f842be8 - https://github.com/CloudburstMC/Network/pull/57 --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a9fbdd238..395533084 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,10 +13,10 @@ guava = "29.0-jre" gson = "2.3.1" # Provided by Spigot 1.8.8 TODO bump to 2.8.1 or similar (Spigot 1.16.5 version) after Merge gson-runtime = "2.10.1" websocket = "1.5.1" -protocol-connection = "3.0.0.Beta11-20251201.210556-8" -protocol-common = "3.0.0.Beta11-20251201.210556-7" -protocol-codec = "3.0.0.Beta11-20251201.210556-8" -raknet = "1.0.0.CR3-20251031.125212-22" +protocol-connection = "3.0.0.Beta11-20251208.164944-9" +protocol-common = "3.0.0.Beta11-20251208.164944-8" +protocol-codec = "3.0.0.Beta11-20251208.164944-9" +raknet = "1.0.0.CR3-20251208.214317-23" minecraftauth = "5.0.0" mcprotocollib = "1.21.9-20251029.184056-18" adventure = "4.25.0"