File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
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 >
Original file line number Diff line number Diff 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)
368368Merged 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)
You can’t perform that action at this time.
0 commit comments