Skip to content

Commit b70823c

Browse files
ngbinhrxin
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 <[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
1 parent 012bd5f commit b70823c

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
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>io.netty</groupId>
300300
<artifactId>netty-all</artifactId>
301-
<version>4.0.13.Final</version>
301+
<version>4.0.17.Final</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.apache.derby</groupId>

project/SparkBuild.scala

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

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

0 commit comments

Comments
 (0)