Skip to content

Commit 223fec2

Browse files
ngbinhJames Z.M. Gao
authored andcommitted
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 apache#41 from ngbinh/master and squashes the following commits: a9498f4 [Binh Nguyen] update io.netty to 4.0.17.Final
1 parent a50af45 commit 223fec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<dependency>
314314
<groupId>io.netty</groupId>
315315
<artifactId>netty-all</artifactId>
316-
<version>4.0.13.Final</version>
316+
<version>4.0.17.Final</version>
317317
</dependency>
318318
<dependency>
319319
<groupId>org.apache.derby</groupId>

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ object SparkBuild extends Build {
213213
*/
214214

215215
libraryDependencies ++= Seq(
216-
"io.netty" % "netty-all" % "4.0.13.Final",
216+
"io.netty" % "netty-all" % "4.0.17.Final",
217217
"org.eclipse.jetty" % "jetty-server" % "7.6.8.v20121106",
218218
/** Workaround for SPARK-959. Dependency used by org.eclipse.jetty. Fixed in ivy 2.3.0. */
219219
"org.eclipse.jetty.orbit" % "javax.servlet" % "2.5.0.v201103041518" artifacts Artifact("javax.servlet", "jar", "jar"),

0 commit comments

Comments
 (0)