From a8567e34dc77a32ddeb280f8f9f603f301722059 Mon Sep 17 00:00:00 2001 From: Shixiong Zhu Date: Sun, 15 Jan 2017 11:15:35 +0000 Subject: [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 Closes #16568 from zsxwing/SPARK-18971. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3d32b71448..ff37a88db0 100644 --- a/pom.xml +++ b/pom.xml @@ -558,7 +558,7 @@ io.netty netty-all - 4.0.42.Final + 4.0.43.Final io.netty -- cgit v1.2.3