mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
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
This commit is contained in:
parent
32a8573651
commit
cdb8ab344c
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue