You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/09/29 02:06:02 UTC

incubator-livy git commit: [LIVY-408][RSC] Update Netty version to 4.0.37.Final

Repository: incubator-livy
Updated Branches:
  refs/heads/master 0ca16d5d2 -> ff6c2ebbb


[LIVY-408][RSC] Update Netty version to 4.0.37.Final

Netty version below 4.0.37.Final has some potential security issue (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4970), it is fixed in this version. So propose to upgrade Netty to avoid such issue.

Author: jerryshao <ss...@hortonworks.com>

Closes #53 from jerryshao/LIVY-408.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/ff6c2ebb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/ff6c2ebb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/ff6c2ebb

Branch: refs/heads/master
Commit: ff6c2ebbbb367a9718e3efab4f460a8225c245ed
Parents: 0ca16d5
Author: jerryshao <ss...@hortonworks.com>
Authored: Fri Sep 29 10:05:58 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Fri Sep 29 10:05:58 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/ff6c2ebb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5864cf0..44b33fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
     <kryo.version>2.22</kryo.version>
     <metrics.version>3.1.0</metrics.version>
     <mockito.version>1.9.5</mockito.version>
-    <netty.version>4.0.29.Final</netty.version>
+    <netty.version>4.0.37.Final</netty.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <py4j.version>0.9</py4j.version>
     <scala-2.10.version>2.10.4</scala-2.10.version>