Skip to content

Commit aa5a5bd

Browse files
committed
fix issue-2081:switch to at.yawk.lz4:lz4-java due to CVE-2025-12183
Signed-off-by: peiyu <[email protected]>
1 parent 6bdfe09 commit aa5a5bd

File tree

3 files changed

+3
-3
lines changed
  • fluss-client/src/main/resources/META-INF
  • fluss-common
  • fluss-server/src/main/resources/META-INF

3 files changed

+3
-3
lines changed

fluss-client/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-
- at.yawk.lz4:lz4-java:1.10.1
13+
- at.yawk.lz4:lz4-java:1.10.2
1414

1515
This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT)
1616
See bundled license files for details.

fluss-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>at.yawk.lz4</groupId>
6868
<artifactId>lz4-java</artifactId>
69-
<version>1.10.1</version>
69+
<version>1.10.2</version>
7070
</dependency>
7171

7272
<dependency>

fluss-server/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-
- at.yawk.lz4:lz4-java:1.10.1
16+
- at.yawk.lz4:lz4-java:1.10.2
1717
- org.xerial.snappy:snappy-java:1.1.10.4
1818

1919
This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)