Update Netty to 4.1.105.

This commit is contained in:
Kichura 2024-01-19 23:05:25 +01:00 committed by GitHub
parent b99971194d
commit 0f42f5a76f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ dependencies {
implementation("net.raphimc:ViaAprilFools:2.0.11-SNAPSHOT")
implementation("net.raphimc:ViaLegacy:2.2.22-SNAPSHOT")
val nettyVer = "4.1.99.Final"
val nettyVer = "4.1.105.Final"
implementation("io.netty:netty-handler-proxy:$nettyVer")
implementation("io.netty:netty-resolver-dns:$nettyVer")
implementation("io.netty:netty-transport-native-epoll:$nettyVer:linux-aarch_64")