You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2019/11/08 13:35:48 UTC

[hive] branch master updated: HIVE-22374: Upgrade commons-compress version to 1.19 (Sumin Byeon via László Bodor)

This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 74d0f81  HIVE-22374: Upgrade commons-compress version to 1.19 (Sumin Byeon via László Bodor)
74d0f81 is described below

commit 74d0f816c4387e4e24785c23e5efa5ae2b8eb6be
Author: Sumin Byeon <su...@gmail.com>
AuthorDate: Fri Nov 8 14:29:07 2019 +0100

    HIVE-22374: Upgrade commons-compress version to 1.19 (Sumin Byeon via László Bodor)
    
    Signed-off-by: Laszlo Bodor <bo...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59545fe..cd00934 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.18</commons-compress.version>
+    <commons-compress.version>1.19</commons-compress.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-io.version>2.6</commons-io.version>
     <commons-lang3.version>3.9</commons-lang3.version>