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

sankarh pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-3 by this push:
     new a1ee99ec217 HIVE-27621: Backport of HIVE-25697: Upgrade 
commons-compress to 1.21 (Ramesh Kumar Thangarajan reviewed by Zoltan Haindrich)
a1ee99ec217 is described below

commit a1ee99ec217c1969b533db7bf52ae07d7f213aa6
Author: Aman Raj <104416558+amanraj2...@users.noreply.github.com>
AuthorDate: Mon Aug 21 10:49:02 2023 +0530

    HIVE-27621: Backport of HIVE-25697: Upgrade commons-compress to 1.21 
(Ramesh Kumar Thangarajan reviewed by Zoltan Haindrich)
    
    Signed-off-by: Sankar Hariappan <sank...@apache.org>
    Closes (#4603)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cfd9260b534..617ad5b1648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-collections.version>3.2.2</commons-collections.version>
-    <commons-compress.version>1.19</commons-compress.version>
+    <commons-compress.version>1.21</commons-compress.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-io.version>2.6</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>

Reply via email to