From 0ad8eeb4d365c2fff5715ec22fbcf4c69c3340fd Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Thu, 15 Sep 2016 10:40:10 -0700 Subject: [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 Closes #14961 from a-roberts/netty. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3b3ad39b47..ef83c184d0 100644 --- a/pom.xml +++ b/pom.xml @@ -551,7 +551,7 @@ io.netty netty-all - 4.0.29.Final + 4.0.41.Final io.netty -- cgit v1.2.3