aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-06-09 08:00:04 +0100
committerSean Owen <sowen@cloudera.com>2015-06-09 08:00:04 +0100
commit0902a11940e550e85a53e110b490fe90e16ddaf4 (patch)
tree4f2c9801ca33269f64b0864e5d48ea6ef00cdc06 /pom.xml
parent7658eb28a2ea28c06e3b5a26f7734a7dc36edc19 (diff)
downloadspark-0902a11940e550e85a53e110b490fe90e16ddaf4.tar.gz
spark-0902a11940e550e85a53e110b490fe90e16ddaf4.tar.bz2
spark-0902a11940e550e85a53e110b490fe90e16ddaf4.zip
[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
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 5a5d183e3d..e9700a5d7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>