mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Switch lz4-java to at.yawk.lz4 version due to CVE
This commit is contained in:
commit
66a7a36647
|
|
@ -45,7 +45,7 @@
|
|||
<artifactId>snappy-java</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.lz4</groupId>
|
||||
<groupId>at.yawk.lz4</groupId>
|
||||
<artifactId>lz4-java</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<properties>
|
||||
<bytebuddy.version>1.12.13</bytebuddy.version>
|
||||
<byteman.version>4.0.20</byteman.version>
|
||||
<netty.version>4.1.125.Final</netty.version>
|
||||
<netty.version>4.1.130.Final</netty.version>
|
||||
<ohc.version>0.5.1</ohc.version>
|
||||
|
||||
<!-- These are referenced in build.xml, so need to be propagated from there -->
|
||||
|
|
@ -295,9 +295,9 @@
|
|||
<version>1.1.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.lz4</groupId>
|
||||
<groupId>at.yawk.lz4</groupId>
|
||||
<artifactId>lz4-java</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.10.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.luben</groupId>
|
||||
|
|
|
|||
|
|
@ -366,6 +366,7 @@ Merged from 4.1:
|
|||
* Enforce CQL message size limit on multiframe messages (CASSANDRA-20052)
|
||||
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
|
||||
Merged from 4.0:
|
||||
* Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-20152)
|
||||
* Restrict BytesType compatibility to scalar types only (CASSANDRA-20982)
|
||||
* Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037)
|
||||
* ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871)
|
||||
|
|
|
|||
Loading…
Reference in New Issue