You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by as...@apache.org on 2018/10/17 17:50:24 UTC

hive git commit: HIVE-20659 : Update commons-compress to 1.18 due to security issues (Bharath Krishna, reviewed by Andrew Sherman)

Repository: hive
Updated Branches:
  refs/heads/master a22e7dd9e -> 3c70302a2


HIVE-20659 : Update commons-compress to 1.18 due to security issues (Bharath Krishna, reviewed by Andrew Sherman)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3c70302a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3c70302a
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3c70302a

Branch: refs/heads/master
Commit: 3c70302a290442cfa12bfc389ad6fe8a7885e1c0
Parents: a22e7dd
Author: Bharath Krishna <bh...@cloudera.com>
Authored: Wed Oct 17 10:26:54 2018 -0700
Committer: Andrew Sherman <as...@apache.org>
Committed: Wed Oct 17 10:37:21 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/3c70302a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 75ebe9b..716db28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <commons-codec.version>1.7</commons-codec.version>
     <commons-collections.version>3.2.2</commons-collections.version>
-    <commons-compress.version>1.9</commons-compress.version>
+    <commons-compress.version>1.18</commons-compress.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-io.version>2.4</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>