You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by wi...@apache.org on 2021/08/15 23:46:25 UTC

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

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

william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


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

commit 53445ee4ff541069932b536a95c53f39f9f7a32d
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.
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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