From 01b57f475b0e625b86959c043c5d2463b204b2f5 Mon Sep 17 00:00:00 2001 From: eschcam Date: Mon, 23 Feb 2026 14:48:13 +0000 Subject: [PATCH] [Hotfix] Update lz4-java to 1.10.3 --- flink-dist/src/main/resources/META-INF/NOTICE | 2 +- flink-formats/flink-avro-confluent-registry/pom.xml | 4 ++++ flink-runtime/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/flink-dist/src/main/resources/META-INF/NOTICE b/flink-dist/src/main/resources/META-INF/NOTICE index 9e249c17f6f81..926b09dd36753 100644 --- a/flink-dist/src/main/resources/META-INF/NOTICE +++ b/flink-dist/src/main/resources/META-INF/NOTICE @@ -17,7 +17,7 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.commons:commons-math3:3.6.1 - org.apache.commons:commons-text:1.10.0 - org.javassist:javassist:3.24.0-GA -- org.lz4:lz4-java:1.8.0 +- at.yawk.lz4:lz4-java:1.10.3 - org.objenesis:objenesis:2.1 - org.xerial.snappy:snappy-java:1.1.10.4 - tools.profiler:async-profiler:2.9 diff --git a/flink-formats/flink-avro-confluent-registry/pom.xml b/flink-formats/flink-avro-confluent-registry/pom.xml index 247af18808eee..47eacb9549588 100644 --- a/flink-formats/flink-avro-confluent-registry/pom.xml +++ b/flink-formats/flink-avro-confluent-registry/pom.xml @@ -61,6 +61,10 @@ under the License. org.lz4 lz4-java + + at.yawk.lz4 + lz4-java + io.swagger swagger-core diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml index 6673d89fda300..4b98bcc49153d 100644 --- a/flink-runtime/pom.xml +++ b/flink-runtime/pom.xml @@ -224,7 +224,7 @@ under the License. - org.lz4 + at.yawk.lz4 lz4-java diff --git a/pom.xml b/pom.xml index ac92c7ee8861e..9e0cee0333ee8 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ under the License. 3.21.7 3.14.9 1.19.1 - 1.8.0 + 1.10.3 2.15.1 false validate @@ -555,7 +555,7 @@ under the License. - org.lz4 + at.yawk.lz4 lz4-java ${lz4.version}