Skip to content
Snippets Groups Projects
Commit 0902a119 authored by Sean Owen's avatar Sean Owen
Browse files

[SPARK-8101] [CORE] Upgrade netty to avoid memory leak accord to netty #3837 issues

Update to Netty 4.0.28-Final

Author: Sean Owen <sowen@cloudera.com>

Closes #6701 from srowen/SPARK-8101 and squashes the following commits:

f3b6369 [Sean Owen] Update to Netty 4.0.28-Final
parent 7658eb28
No related branches found
No related tags found
No related merge requests found
......@@ -587,7 +587,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.23.Final</version>
<version>4.0.28.Final</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment