Skip to content

Commit 66a7a36

Browse files
committed
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Switch lz4-java to at.yawk.lz4 version due to CVE
2 parents ad3f0e8 + 6fd8398 commit 66a7a36

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.build/cassandra-deps-maven-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<artifactId>snappy-java</artifactId>
4646
</dependency>
4747
<dependency>
48-
<groupId>org.lz4</groupId>
48+
<groupId>at.yawk.lz4</groupId>
4949
<artifactId>lz4-java</artifactId>
5050
</dependency>
5151
<dependency>

.build/parent-maven-pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<properties>
3939
<bytebuddy.version>1.12.13</bytebuddy.version>
4040
<byteman.version>4.0.20</byteman.version>
41-
<netty.version>4.1.125.Final</netty.version>
41+
<netty.version>4.1.130.Final</netty.version>
4242
<ohc.version>0.5.1</ohc.version>
4343

4444
<!-- These are referenced in build.xml, so need to be propagated from there -->
@@ -295,9 +295,9 @@
295295
<version>1.1.10.4</version>
296296
</dependency>
297297
<dependency>
298-
<groupId>org.lz4</groupId>
298+
<groupId>at.yawk.lz4</groupId>
299299
<artifactId>lz4-java</artifactId>
300-
<version>1.8.0</version>
300+
<version>1.10.1</version>
301301
</dependency>
302302
<dependency>
303303
<groupId>com.github.luben</groupId>

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ Merged from 4.1:
366366
* Enforce CQL message size limit on multiframe messages (CASSANDRA-20052)
367367
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
368368
Merged from 4.0:
369+
* Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-20152)
369370
* Restrict BytesType compatibility to scalar types only (CASSANDRA-20982)
370371
* Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037)
371372
* ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871)

0 commit comments

Comments
 (0)