Update Netty to 4.1.31.Final.

This commit is contained in:
Andrew Steinborn 2018-11-25 00:43:14 -05:00
parent 5eeca16f7e
commit 2ac1855868

View File

@ -14,7 +14,7 @@ allprojects {
junitVersion = '5.3.0-M1'
slf4jVersion = '1.7.25'
log4jVersion = '2.11.1'
nettyVersion = '4.1.30.Final'
nettyVersion = '4.1.31.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '2.5.6'