Repository: spark
Updated Branches:
  refs/heads/master 7658eb28a -> 0902a1194


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

Update to Netty 4.0.28-Final

Author: Sean Owen <so...@cloudera.com>

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

f3b6369 [Sean Owen] Update to Netty 4.0.28-Final


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0902a119
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0902a119
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0902a119

Branch: refs/heads/master
Commit: 0902a11940e550e85a53e110b490fe90e16ddaf4
Parents: 7658eb2
Author: Sean Owen <so...@cloudera.com>
Authored: Tue Jun 9 08:00:04 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Jun 9 08:00:04 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/0902a119/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a5d183..e9700a5 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to