Upgrade to Netty 3.6.5.Final, see #3218

This commit is contained in:
Patrik Nordwall 2013-04-10 12:23:00 +02:00
parent 9a6fdd2536
commit 883c7462ec

View file

@ -906,7 +906,7 @@ object Dependencies {
val camelCore = "org.apache.camel" % "camel-core" % "2.10.3" exclude("org.slf4j", "slf4j-api") // ApacheV2
val config = "com.typesafe" % "config" % "1.0.0" // ApacheV2
val netty = "io.netty" % "netty" % "3.6.4.Final" // ApacheV2
val netty = "io.netty" % "netty" % "3.6.5.Final" // ApacheV2
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.4.1" // New BSD
val scalaStm = "org.scala-stm" %% "scala-stm" % "0.7" // Modified BSD (Scala)