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

kgyrtkirk 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 49a4397  HIVE-25697: Upgrade commons-compress to 1.21 (#2788) (Ramesh 
Kumar Thangarajan reviewed by Zoltan Haindrich)
49a4397 is described below

commit 49a43979ec0ad43bb3ab38da96f8bae97fe50e23
Author: Ramesh Kumar <rameshku...@cloudera.com>
AuthorDate: Mon Nov 15 08:03:15 2021 -0800

    HIVE-25697: Upgrade commons-compress to 1.21 (#2788) (Ramesh Kumar 
Thangarajan reviewed by Zoltan Haindrich)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7a25fc1..cd654d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <commons-codec.version>1.15</commons-codec.version>
     <commons-collections.version>3.2.2</commons-collections.version>
     <commons-collections4.version>4.1</commons-collections4.version>
-    <commons-compress.version>1.19</commons-compress.version>
+    <commons-compress.version>1.21</commons-compress.version>
     <commons-configuration.version>1.10</commons-configuration.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-io.version>2.6</commons-io.version>

Reply via email to