update Netty to 4.1.36

This commit is contained in:
Michal Tajchert
2019-06-22 12:50:47 +02:00
parent ed84c56547
commit ff0f3f38e3

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.32.Final'
compile 'io.netty:netty-all:4.1.36.Final'
testCompile 'junit:junit:4.12'
}