From cdb8ab344cfda20a37994d5dd59cf692cdd786d4 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 20 Dec 2023 23:48:51 +0100 Subject: [PATCH] bump cloudburst/netty dependencies (#4354) * bump cloudburst's netty-transport-raknet * bump cloudburst protocol/codec/connection bump bump netty due CVE-2022-41881 Changes in cloudburst libs: - uses netty 4.1.101.Final - bumps netty-transport-raknet which fixes https://github.com/CloudburstMC/Network/pull/36, an issue where some connection attempts did not work --- 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 dd4c133ad..c71aa715f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,13 +5,13 @@ erosion = "1.0-20230406.174837-8" events = "1.1-SNAPSHOT" jackson = { strictly = "2.14.0" } # Don't let other dependencies override fastutil = "8.5.2" -netty = "4.1.80.Final" +netty = "4.1.103.Final" guava = "29.0-jre" gson = "2.3.1" # Provided by Spigot 1.8.8 websocket = "1.5.1" -protocol = "3.0.0.Beta1-20231107.190703-113" -protocol-connection = "3.0.0.Beta1-20231107.190703-112" -raknet = "1.0.0.CR1-20230703.195238-9" +protocol = "3.0.0.Beta1-20231206.150507-114" +protocol-connection = "3.0.0.Beta1-20231206.150507-113" +raknet = "1.0.0.CR1-20231206.145325-12" blockstateupdater="1.20.50-20231106.161340-1" mcauthlib = "d9d773e" mcprotocollib = "1.20.4-2-20231219.074138-2"