You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/16 00:26:28 UTC

[orc] branch branch-1.7 updated: ORC-950: Bump aircompressor to 0.20 (#863)

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

dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 495922c  ORC-950: Bump aircompressor to 0.20 (#863)
495922c is described below

commit 495922c47844da2b3882d1556efa2a5070ecd539
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Aug 15 16:46:21 2021 -0700

    ORC-950: Bump aircompressor to 0.20 (#863)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to bump `aircompressor` to 0.20.
    
    ### Why are the changes needed?
    
    To bring the following patch.
    - https://github.com/airlift/aircompressor/commit/5e353d056222ea633b79dbead71137d85934ca96
    
    ### How was this patch tested?
    
    Pass the Cis.
    
    (cherry picked from commit 53445ee4ff541069932b536a95c53f39f9f7a32d)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index f2b79eb..7b7af10 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -567,7 +567,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>0.19</version>
+        <version>0.20</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>