Skip to content

Commit 243e3ee

Browse files
authored
CVE-2025-12183 CVE-2025-66566 LZ4 vulnerabilities (#157)
1 parent 8f30efe commit 243e3ee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cassandra-embedded/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,17 @@
6969
<groupId>org.apache.cassandra</groupId>
7070
<artifactId>cassandra-all</artifactId>
7171
<version>4.1.3</version>
72+
<exclusions>
73+
<exclusion>
74+
<groupId>org.lz4</groupId>
75+
<artifactId>lz4-java</artifactId>
76+
</exclusion>
77+
</exclusions>
7278
</dependency>
7379
<dependency>
74-
<groupId>org.lz4</groupId>
75-
<artifactId>lz4-java</artifactId>
76-
<version>1.8.0</version>
80+
<groupId>at.yawk.lz4</groupId>
81+
<artifactId>lz4-java</artifactId>
82+
<version>1.10.1</version>
7783
</dependency>
7884
<dependency>
7985
<groupId>org.xerial.snappy</groupId>

0 commit comments

Comments
 (0)