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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 16f36291c [security] Bump aircompressor and commons-compress to fix 
cve problems (#3863)
16f36291c is described below

commit 16f36291c28996bccf8439e98288500bea096363
Author: Smith Cruise <[email protected]>
AuthorDate: Tue Aug 13 20:17:55 2024 +0800

    [security] Bump aircompressor and commons-compress to fix cve problems 
(#3863)
---
 paimon-format/src/main/resources/META-INF/NOTICE | 2 +-
 pom.xml                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-format/src/main/resources/META-INF/NOTICE 
b/paimon-format/src/main/resources/META-INF/NOTICE
index 1b1a0a0b2..44e3ca97a 100644
--- a/paimon-format/src/main/resources/META-INF/NOTICE
+++ b/paimon-format/src/main/resources/META-INF/NOTICE
@@ -9,7 +9,7 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - org.apache.orc:orc-core:1.9.2
 - org.apache.orc:orc-shims:1.9.2
 - org.apache.hive:hive-storage-api:2.8.1
-- io.airlift:aircompressor:0.21
+- io.airlift:aircompressor:0.27
 - commons-lang:commons-lang:2.6
 - org.apache.commons:commons-lang3:3.12.0
 
diff --git a/pom.xml b/pom.xml
index 75a7cd098..409235af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ under the License.
         <scala.version>2.12.15</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         <snappy.version>1.1.8.3</snappy.version>
-        <airlift.version>0.21</airlift.version>
+        <airlift.version>0.27</airlift.version>
         <lz4.version>1.8.0</lz4.version>
         <slf4j.version>1.7.32</slf4j.version>
         <log4j.version>2.17.1</log4j.version>

Reply via email to