aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 21060ee69c..5e8f58ee15 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>