diff --git a/flink-dist/src/main/resources/META-INF/NOTICE b/flink-dist/src/main/resources/META-INF/NOTICE index 8f48c1b007b9f..481ebc5a1feaa 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:3.4 - org.xerial.snappy:snappy-java:1.1.10.7 - 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 629be833ca297..e9ac114b9ca4a 100644 --- a/flink-formats/flink-avro-confluent-registry/pom.xml +++ b/flink-formats/flink-avro-confluent-registry/pom.xml @@ -60,6 +60,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 5f0063d7bdcd8..a62479a34f6c1 100644 --- a/flink-runtime/pom.xml +++ b/flink-runtime/pom.xml @@ -231,7 +231,7 @@ under the License. - org.lz4 + at.yawk.lz4 lz4-java diff --git a/pom.xml b/pom.xml index b5b4a333b9811..31a36524b64b6 100644 --- a/pom.xml +++ b/pom.xml @@ -157,7 +157,7 @@ under the License. 3.21.7 3.14.9 1.21.4 - 1.8.0 + 1.10.3 2.15.1 false validate @@ -556,7 +556,7 @@ under the License. - org.lz4 + at.yawk.lz4 lz4-java ${lz4.version}