mirror of https://github.com/apache/cassandra
Update zstd-jni to 1.5.7-2
patch by Stefan Miklosovic; reviewed by Dmitry Konstantinov for CASSANDRA-20453
This commit is contained in:
parent
8cb58bf97a
commit
a16333387c
|
|
@ -1,4 +1,5 @@
|
|||
4.0.18
|
||||
* Update zstd-jni to 1.5.7-2 (CASSANDRA-20453)
|
||||
* Suppress CVE-2024-12801 (CASSANDRA-20412)
|
||||
* Suppress CVE-2024-12798 (CASSANDRA-20408)
|
||||
* Support null column value tombstones in FQL batch statements (CASSANDRA-20397)
|
||||
|
|
|
|||
|
|
@ -547,7 +547,7 @@
|
|||
<dependencyManagement>
|
||||
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.10.4"/>
|
||||
<dependency groupId="org.lz4" artifactId="lz4-java" version="1.8.0"/>
|
||||
<dependency groupId="com.github.luben" artifactId="zstd-jni" version="1.5.7-1"/>
|
||||
<dependency groupId="com.github.luben" artifactId="zstd-jni" version="1.5.7-2"/>
|
||||
<dependency groupId="com.google.guava" artifactId="guava" version="27.0-jre">
|
||||
<exclusion groupId="com.google.code.findbugs" artifactId="jsr305" />
|
||||
<exclusion groupId="org.codehaus.mojo" artifactId="animal-sniffer-annotations" />
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue