File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
fluss-client/src/main/resources/META-INF
fluss-lake/fluss-lake-iceberg/src/main/resources/META-INF
fluss-server/src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This project bundles the following dependencies under the Apache Software Licens
1010- com.ververica:frocksdbjni:6.20.3-ververica-2.0
1111- org.apache.commons:commons-lang3:3.18.0
1212- org.apache.commons:commons-math3:3.6.1
13- - org. lz4:lz4-java:1.8.0
13+ - at.yawk. lz4:lz4-java:1.10.1
1414
1515This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT)
1616See bundled license files for details.
@@ -20,4 +20,4 @@ See bundled license files for details.
2020This project bundles the following dependencies under BSD License (https://opensource.org/licenses/bsd-license.php).
2121See bundled license files for details.
2222
23- - com.github.luben:zstd-jni:1.5.7-1
23+ - com.github.luben:zstd-jni:1.5.7-6
Original file line number Diff line number Diff line change 6464
6565 <!-- TODO: these two dependencies need to be shaded. -->
6666 <dependency >
67- <groupId >org .lz4</groupId >
67+ <groupId >at.yawk .lz4</groupId >
6868 <artifactId >lz4-java</artifactId >
69- <version >1.8.0 </version >
69+ <version >1.10.1 </version >
7070 </dependency >
7171
7272 <dependency >
7373 <groupId >com.github.luben</groupId >
7474 <artifactId >zstd-jni</artifactId >
75- <version >1.5.7-1 </version >
75+ <version >1.5.7-6 </version >
7676 </dependency >
7777
7878 <!-- RocksDB dependencies -->
Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ See bundled license files for details.
5151This project bundles the following dependencies under BSD License (https://opensource.org/licenses/bsd-license.php).
5252See bundled license files for details.
5353
54- - com.github.luben:zstd-jni:1.5.7-1
54+ - com.github.luben:zstd-jni:1.5.7-6
5555- org.threeten:threeten-extra:1.7.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project bundles the following dependencies under the Apache Software Licens
1313- commons-cli:commons-cli:1.5.0
1414- org.apache.commons:commons-lang3:3.18.0
1515- org.apache.commons:commons-math3:3.6.1
16- - org. lz4:lz4-java:1.8.0
16+ - at.yawk. lz4:lz4-java:1.10.1
1717- org.xerial.snappy:snappy-java:1.1.10.4
1818
1919This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT)
@@ -25,6 +25,6 @@ See bundled license files for details.
2525This project bundles the following dependencies under BSD License (https://opensource.org/licenses/bsd-license.php).
2626See bundled license files for details.
2727
28- - com.github.luben:zstd-jni:1.5.7-1
28+ - com.github.luben:zstd-jni:1.5.7-6
2929
3030
You can’t perform that action at this time.
0 commit comments