upgrade to netty 3.2.1.Final

This commit is contained in:
kimchy 2010-06-23 10:52:16 +03:00
parent 2121aaad3b
commit d5f35f3cee
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dependencies {
runtime 'org.codehaus.jackson:jackson-core-asl:1.5.2'
runtime 'org.yaml:snakeyaml:1.6'
runtime('org.jboss.netty:netty:3.2.0.CR1') { transitive = false }
runtime('org.jboss.netty:netty:3.2.1.Final') { transitive = false }
runtime('com.ning:async-http-client:1.0.0-SNAPSHOT') { transitive = false }
}