Skip to content

Commit d11d8d8

Browse files
authored
[FLINK-39139] Update lz4-java to 1.10.3 (#27647)
1 parent 8d2e111 commit d11d8d8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

flink-dist/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project bundles the following dependencies under the Apache Software Licens
1717
- org.apache.commons:commons-math3:3.6.1
1818
- org.apache.commons:commons-text:1.10.0
1919
- org.javassist:javassist:3.24.0-GA
20-
- org.lz4:lz4-java:1.8.0
20+
- at.yawk.lz4:lz4-java:1.10.3
2121
- org.objenesis:objenesis:2.1
2222
- org.xerial.snappy:snappy-java:1.1.10.4
2323
- tools.profiler:async-profiler:2.9

flink-formats/flink-avro-confluent-registry/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ under the License.
6060
<groupId>org.lz4</groupId>
6161
<artifactId>lz4-java</artifactId>
6262
</exclusion>
63+
<exclusion>
64+
<groupId>at.yawk.lz4</groupId>
65+
<artifactId>lz4-java</artifactId>
66+
</exclusion>
6367
<exclusion>
6468
<groupId>io.swagger</groupId>
6569
<artifactId>swagger-core</artifactId>

flink-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ under the License.
224224

225225
<!-- Lz4 compression library -->
226226
<dependency>
227-
<groupId>org.lz4</groupId>
227+
<groupId>at.yawk.lz4</groupId>
228228
<artifactId>lz4-java</artifactId>
229229
</dependency>
230230

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ under the License.
163163
<protoc.version>3.21.7</protoc.version>
164164
<okhttp.version>3.14.9</okhttp.version>
165165
<testcontainers.version>1.21.4</testcontainers.version>
166-
<lz4.version>1.8.0</lz4.version>
166+
<lz4.version>1.10.3</lz4.version>
167167
<commons.io.version>2.15.1</commons.io.version>
168168
<japicmp.skip>false</japicmp.skip>
169169
<flink.convergence.phase>validate</flink.convergence.phase>
@@ -561,7 +561,7 @@ under the License.
561561
</dependency>
562562

563563
<dependency>
564-
<groupId>org.lz4</groupId>
564+
<groupId>at.yawk.lz4</groupId>
565565
<artifactId>lz4-java</artifactId>
566566
<version>${lz4.version}</version>
567567
</dependency>

0 commit comments

Comments
 (0)