mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
8c4e21eeca
|
|
@ -3,6 +3,7 @@
|
|||
* Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202)
|
||||
* Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084)
|
||||
Merged from 4.0:
|
||||
* Update zstd-jni to 1.5.7-2 (CASSANDRA-20453)
|
||||
* Suppress CVE-2024-12801 (CASSANDRA-20412)
|
||||
* Suppress CVE-2024-12798 (CASSANDRA-20408)
|
||||
* Fix autocompletion for role names/user names (CASSANDRA-20175)
|
||||
|
|
|
|||
|
|
@ -563,7 +563,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