This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new 4e5ef6695ce [FLINK-36593][runtime] Backport io.airlift:aircompressor
upgrade to 0.27
4e5ef6695ce is described below
commit 4e5ef6695ce226102552686adbf7d2b8dbc5c111
Author: Thomas Cooper <[email protected]>
AuthorDate: Thu Dec 5 07:48:26 2024 +0000
[FLINK-36593][runtime] Backport io.airlift:aircompressor upgrade to 0.27
Signed-off-by: Thomas Cooper <[email protected]>
---
flink-runtime/pom.xml | 2 +-
flink-runtime/src/main/resources/META-INF/NOTICE | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 6f7df598e9d..fd1820fd6e8 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -232,7 +232,7 @@ under the License.
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>0.21</version>
+ <version>0.27</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
diff --git a/flink-runtime/src/main/resources/META-INF/NOTICE
b/flink-runtime/src/main/resources/META-INF/NOTICE
index 830de17e648..53313ed0479 100644
--- a/flink-runtime/src/main/resources/META-INF/NOTICE
+++ b/flink-runtime/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- io.airlift:aircompressor:0.21
+- io.airlift:aircompressor:0.27