Update to Netty 4.1.24

This commit is contained in:
Stuart Stock
2018-05-13 17:02:21 -05:00
parent f60819349b
commit 7bfc8a5102

View File

@ -16,7 +16,7 @@ dependencies {
// local snapshot of Ed25519
compile files('lib/eddsa-0.1.0.jar')
compile 'io.netty:netty-all:4.1.22.Final'
compile 'io.netty:netty-all:4.1.24.Final'
testCompile 'junit:junit:4.12'
}