aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorBinh Nguyen <ngbinh@gmail.com>2014-03-02 00:48:50 -0800
committerReynold Xin <rxin@apache.org>2014-03-02 00:48:50 -0800
commitb70823c91d4dff9be81badf6567e25aa1df4c574 (patch)
tree809a0fbca80f46339962b4bbc2a012f275a3fa29 /project
parent012bd5fbc97dc40bb61e0e2b9cc97ed0083f37f6 (diff)
downloadspark-b70823c91d4dff9be81badf6567e25aa1df4c574.tar.gz
spark-b70823c91d4dff9be81badf6567e25aa1df4c574.tar.bz2
spark-b70823c91d4dff9be81badf6567e25aa1df4c574.zip
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 <ngbinh@gmail.com> Author: Binh Nguyen <ngbinh@gmail.com> Closes #41 from ngbinh/master and squashes the following commits: a9498f4 [Binh Nguyen] update io.netty to 4.0.17.Final
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 86340ada95..e004f90033 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"),