File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
flink-dist/src/main/resources/META-INF
flink-formats/flink-avro-confluent-registry Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff 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:3.4
2222- org.xerial.snappy:snappy-java:1.1.10.7
2323- tools.profiler:async-profiler:2.9
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ under the License.
231231
232232 <!-- Lz4 compression library -->
233233 <dependency >
234- <groupId >org .lz4</groupId >
234+ <groupId >at.yawk .lz4</groupId >
235235 <artifactId >lz4-java</artifactId >
236236 </dependency >
237237
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ under the License.
165165 <protoc .version>3.21.7</protoc .version>
166166 <okhttp .version>3.14.9</okhttp .version>
167167 <testcontainers .version>1.21.4</testcontainers .version>
168- <lz4 .version>1.8.0 </lz4 .version>
168+ <lz4 .version>1.10.3 </lz4 .version>
169169 <commons .io.version>2.15.1</commons .io.version>
170170 <japicmp .skip>false</japicmp .skip>
171171 <flink .convergence.phase>validate</flink .convergence.phase>
@@ -577,7 +577,7 @@ under the License.
577577 </dependency >
578578
579579 <dependency >
580- <groupId >org .lz4</groupId >
580+ <groupId >at.yawk .lz4</groupId >
581581 <artifactId >lz4-java</artifactId >
582582 <version >${lz4.version} </version >
583583 </dependency >
You can’t perform that action at this time.
0 commit comments