aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdam Roberts <aroberts@uk.ibm.com>2016-09-15 10:40:10 -0700
committerShixiong Zhu <shixiong@databricks.com>2016-09-15 10:40:10 -0700
commit0ad8eeb4d365c2fff5715ec22fbcf4c69c3340fd (patch)
tree518a32fd22885d96bffddc6f8f883aff75e5762c /pom.xml
parentb479278142728eb003b9ee466fab0e8d6ec4b13d (diff)
downloadspark-0ad8eeb4d365c2fff5715ec22fbcf4c69c3340fd.tar.gz
spark-0ad8eeb4d365c2fff5715ec22fbcf4c69c3340fd.tar.bz2
spark-0ad8eeb4d365c2fff5715ec22fbcf4c69c3340fd.zip
[SPARK-17379][BUILD] Upgrade netty-all to 4.0.41 final for bug fixes
## What changes were proposed in this pull request? Upgrade netty-all to latest in the 4.0.x line which is 4.0.41, mentions several bug fixes and performance improvements we may find useful, see netty.io/news/2016/08/29/4-0-41-Final-4-1-5-Final.html. Initially tried to use 4.1.5 but noticed it's not backwards compatible. ## How was this patch tested? Existing unit tests against branch-1.6 and branch-2.0 using IBM Java 8 on Intel, Power and Z architectures Author: Adam Roberts <aroberts@uk.ibm.com> Closes #14961 from a-roberts/netty.
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 3b3ad39b47..ef83c184d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,7 +551,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.0.29.Final</version>
+ <version>4.0.41.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>