upgrade to netty 3.2.5
This commit is contained in:
parent
cb51d3c576
commit
b3233fc8f1
|
@ -18,7 +18,7 @@ dependencies {
|
|||
runtime 'org.codehaus.jackson:jackson-smile:1.8.2'
|
||||
runtime 'org.yaml:snakeyaml:1.6'
|
||||
|
||||
runtime('org.jboss.netty:netty:3.2.4.Final') { transitive = false }
|
||||
runtime('org.jboss.netty:netty:3.2.5.Final') { transitive = false }
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Reference in New Issue