upgrade netty version to 3.2.2

This commit is contained in:
kimchy 2010-08-30 23:57:37 +03:00
parent 289cfdf25a
commit f3292f6778
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.5'
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 {