From c1d8009b4066c8e09b1b1e42ff7d61e0af8b9898 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:23:07 -0400 Subject: [PATCH] Fix #3972 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d824c657c..358d6fb8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,8 +9,8 @@ netty = "4.1.80.Final" guava = "29.0-jre" gson = "2.3.1" # Provided by Spigot 1.8.8 websocket = "1.5.1" -protocol = "3.0.0.Beta1-20230708.191602-100" -protocol-connection = "3.0.0.Beta1-20230708.191602-99" +protocol = "3.0.0.Beta1-20230712.224047-101" +protocol-connection = "3.0.0.Beta1-20230712.224047-100" raknet = "1.0.0.CR1-20230703.195238-9" mcauthlib = "d9d773e" mcprotocollib = "1.20-1-20230607.135651-6" # Temporary hack - needs to be updated to release once publishing is fixed