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

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 7148464a6 [parquet-hadoop] bump aircompressor to mitigate 
CVE-2025-67721 (#3403)
7148464a6 is described below

commit 7148464a6b1a795f0058a811de2215d111b976ce
Author: Oleg Bonar <[email protected]>
AuthorDate: Wed Feb 25 12:19:26 2026 +0100

    [parquet-hadoop] bump aircompressor to mitigate CVE-2025-67721 (#3403)
    
    Closes https://github.com/apache/parquet-java/issues/3387
---
 parquet-hadoop/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index ed2916703..505b90b5c 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -144,7 +144,7 @@
     <dependency>
       <groupId>io.airlift</groupId>
       <artifactId>aircompressor</artifactId>
-      <version>2.0.2</version>
+      <version>2.0.3</version>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>

Reply via email to