Repository: spark Updated Branches: refs/heads/master 012bd5fbc -> b70823c91
Update io.netty from 4.0.13 Final 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 Author: Binh Nguyen <[email protected]> Author: Binh Nguyen <[email protected]> Closes #41 from ngbinh/master and squashes the following commits: a9498f4 [Binh Nguyen] update io.netty to 4.0.17.Final Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b70823c9 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b70823c9 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b70823c9 Branch: refs/heads/master Commit: b70823c91d4dff9be81badf6567e25aa1df4c574 Parents: 012bd5f Author: Binh Nguyen <[email protected]> Authored: Sun Mar 2 00:48:50 2014 -0800 Committer: Reynold Xin <[email protected]> Committed: Sun Mar 2 00:48:50 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- project/SparkBuild.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/b70823c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 21060ee..5e8f58e 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> - <version>4.0.13.Final</version> + <version>4.0.17.Final</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> http://git-wip-us.apache.org/repos/asf/spark/blob/b70823c9/project/SparkBuild.scala ---------------------------------------------------------------------- diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 86340ad..e004f90 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -214,7 +214,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"),
