You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/07/23 13:43:22 UTC

spark git commit: [SPARK-9212] [CORE] upgrade Netty version to 4.0.29.Final

Repository: spark
Updated Branches:
  refs/heads/master fb36397b3 -> 26ed22aec


[SPARK-9212] [CORE] upgrade Netty version to 4.0.29.Final

related JIRA: [SPARK-9212](https://issues.apache.org/jira/browse/SPARK-9212) and [SPARK-8101](https://issues.apache.org/jira/browse/SPARK-8101)

Author: Zhang, Liye <li...@intel.com>

Closes #7562 from liyezhang556520/SPARK-9212 and squashes the following commits:

1917729 [Zhang, Liye] SPARK-9212 upgrade Netty version to 4.0.29.Final


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

Branch: refs/heads/master
Commit: 26ed22aec8af42c6dc161e0a2827a4235a49a9a4
Parents: fb36397
Author: Zhang, Liye <li...@intel.com>
Authored: Thu Jul 23 12:43:54 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Jul 23 12:43:54 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/spark/blob/26ed22ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f44dc8..35fc8c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,7 +573,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.0.28.Final</version>
+        <version>4.0.29.Final</version>
       </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>


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