3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Bump Netty to 4.1.49.Final

This is intended to fix netty/netty#10165 directly, and supersede our current workaround.
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-04-22 10:27:08 -04:00
Ursprung 4494033fbe
Commit 187a625aa4

Datei anzeigen

@ -24,7 +24,7 @@ allprojects {
junitVersion = '5.3.0-M1'
slf4jVersion = '1.7.25'
log4jVersion = '2.11.2'
nettyVersion = '4.1.37.Final'
nettyVersion = '4.1.49.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '2.7.0'