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

dongjoon 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 3a8d8fbef ORC-2114: Upgrade `aircompressor` to 2.0.3
3a8d8fbef is described below

commit 3a8d8fbefc6a55d51b92846ccf001645b2203de7
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Feb 25 09:52:09 2026 -0800

    ORC-2114: Upgrade `aircompressor` to 2.0.3
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `aircompressor` to 2.0.3.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    - https://github.com/airlift/aircompressor/releases/tag/2.0.3
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    This closes #2560 , #2561 .
    
    Closes #2562 from dongjoon-hyun/ORC-2114.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/bench/pom.xml | 2 +-
 java/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 117d4d65d..242691121 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -92,7 +92,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>2.0.2</version>
+        <version>2.0.3</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
diff --git a/java/pom.xml b/java/pom.xml
index f00610412..6cd773bb4 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -166,7 +166,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>2.0.2</version>
+        <version>2.0.3</version>
       </dependency>
       <dependency>
         <groupId>org.xerial.snappy</groupId>

Reply via email to