2
0
mirror of https://github.com/PaperMC/Velocity.git synced 2025-04-24 17:10:56 +08:00

Bump Netty to 4.1.49.Final

This is intended to fix  directly, and supersede our current workaround.
This commit is contained in:
Andrew Steinborn 2020-04-22 10:27:08 -04:00
parent 4494033fbe
commit 187a625aa4

@ -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'