From a9498f44140a608fb130c98c7f0a77ec12db9cd5 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Thu, 27 Feb 2014 15:48:38 -0800 Subject: [PATCH] update io.netty to 4.0.17.Final This update contains a lot of bug fixes and some new perf improvements. It is also binary compatible with the current 4.0.13.Final For more information: http://netty.io/news/2014/02/25/4-0-17-Final.html --- pom.xml | 2 +- project/SparkBuild.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 21060ee69c041..5e8f58ee154c3 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ io.netty netty-all - 4.0.13.Final + 4.0.17.Final org.apache.derby diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index c402415742b5e..675ff7c571940 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -211,7 +211,7 @@ object SparkBuild extends Build { */ libraryDependencies ++= Seq( - "io.netty" % "netty-all" % "4.0.13.Final", + "io.netty" % "netty-all" % "4.0.17.Final", "org.eclipse.jetty" % "jetty-server" % "7.6.8.v20121106", /** Workaround for SPARK-959. Dependency used by org.eclipse.jetty. Fixed in ivy 2.3.0. */ "org.eclipse.jetty.orbit" % "javax.servlet" % "2.5.0.v201103041518" artifacts Artifact("javax.servlet", "jar", "jar"),