From c666028eb695e616c7c75bd72a27e0eec3674b52 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Wed, 29 Jan 2025 00:42:44 +0100 Subject: [PATCH] Update Bedrock network library fixes https://github.com/GeyserMC/Geyser/issues/4971 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f74de4de0..2943521e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ websocket = "1.5.1" protocol-connection = "3.0.0.Beta5-20241213.160944-20" protocol-common = "3.0.0.Beta5-20241213.160944-20" protocol-codec = "3.0.0.Beta5-20241213.160944-20" -raknet = "1.0.0.CR3-20240416.144209-1" +raknet = "1.0.0.CR3-20250128.101054-17" minecraftauth = "4.1.1" mcprotocollib = "1.21.4-20250121.131208-18" adventure = "4.14.0"