upgrade netty version to 3.2.2
This commit is contained in:
parent
289cfdf25a
commit
f3292f6778
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
runtime 'org.codehaus.jackson:jackson-core-asl:1.5.5'
|
runtime 'org.codehaus.jackson:jackson-core-asl:1.5.5'
|
||||||
runtime 'org.yaml:snakeyaml:1.6'
|
runtime 'org.yaml:snakeyaml:1.6'
|
||||||
|
|
||||||
runtime('org.jboss.netty:netty:3.2.1.Final') { transitive = false }
|
runtime('org.jboss.netty:netty:3.2.2.Final') { transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|
Loading…
Reference in New Issue