Skip to content

Commit a9498f4

Browse files
committed
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
1 parent 12bbca2 commit a9498f4

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
@@ -211,7 +211,7 @@ object SparkBuild extends Build {
211211
*/
212212

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

0 commit comments

Comments
 (0)