aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorZhang, Liye <liye.zhang@intel.com>2015-07-23 12:43:54 +0100
committerSean Owen <sowen@cloudera.com>2015-07-23 12:43:54 +0100
commit26ed22aec8af42c6dc161e0a2827a4235a49a9a4 (patch)
tree56a0186fca10d5cbb940efa820315e0b8ce11ab0 /pom.xml
parentfb36397b3ce569d77db26df07ac339731cc07b1c (diff)
downloadspark-26ed22aec8af42c6dc161e0a2827a4235a49a9a4.tar.gz
spark-26ed22aec8af42c6dc161e0a2827a4235a49a9a4.tar.bz2
spark-26ed22aec8af42c6dc161e0a2827a4235a49a9a4.zip
[SPARK-9212] [CORE] upgrade Netty version to 4.0.29.Final
related JIRA: [SPARK-9212](https://issues.apache.org/jira/browse/SPARK-9212) and [SPARK-8101](https://issues.apache.org/jira/browse/SPARK-8101) Author: Zhang, Liye <liye.zhang@intel.com> Closes #7562 from liyezhang556520/SPARK-9212 and squashes the following commits: 1917729 [Zhang, Liye] SPARK-9212 upgrade Netty version to 4.0.29.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 1f44dc8abe..35fc8c44bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,7 +573,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.0.28.Final</version>
+ <version>4.0.29.Final</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>