Update Netty to 4.1.28.Final

This commit is contained in:
Andrew Steinborn
2018-07-30 19:02:08 -04:00
parent 4a0847f06c
commit 8ddddba1cd

View File

@@ -13,7 +13,7 @@ ext {
// dependency versions // dependency versions
junitVersion = '5.3.0-M1' junitVersion = '5.3.0-M1'
log4jVersion = '2.11.0' log4jVersion = '2.11.0'
nettyVersion = '4.1.27.Final' nettyVersion = '4.1.28.Final'
} }
repositories { repositories {