aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2017-01-15 11:15:35 +0000
committerSean Owen <sowen@cloudera.com>2017-01-15 11:15:35 +0000
commita8567e34dc77a32ddeb280f8f9f603f301722059 (patch)
tree57eb5f3d2a89604a6b42ff0ff0aad583905ac92e /pom.xml
parent3df2d93146a4609c1c4a25b635a898fe5c3be9b6 (diff)
downloadspark-a8567e34dc77a32ddeb280f8f9f603f301722059.tar.gz
spark-a8567e34dc77a32ddeb280f8f9f603f301722059.tar.bz2
spark-a8567e34dc77a32ddeb280f8f9f603f301722059.zip
[SPARK-18971][CORE] Upgrade Netty to 4.0.43.Final
## What changes were proposed in this pull request? Upgrade Netty to `4.0.43.Final` to add the fix for https://github.com/netty/netty/issues/6153 ## How was this patch tested? Jenkins Author: Shixiong Zhu <shixiong@databricks.com> Closes #16568 from zsxwing/SPARK-18971.
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 3d32b71448..ff37a88db0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -558,7 +558,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.0.42.Final</version>
+ <version>4.0.43.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>