mirror of https://github.com/apache/cassandra
update shaded cassandra-driver-core to 3.11.5
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20904
This commit is contained in:
parent
6c29686ea7
commit
d966547d01
|
|
@ -1,4 +1,5 @@
|
|||
4.0.19
|
||||
* update shaded cassandra-driver-core to 3.11.5 (CASSANDRA-20904)
|
||||
* Prevent too long table names not fitting file names (CASSANDRA-20389)
|
||||
* Fix IndexOutOfBoundsException in sstablemetadata tool when a range tombstone is a max clustering value (CASSANDRA-20855)
|
||||
* Update Jackson to 2.19.2 (CASSANDRA-20848)
|
||||
|
|
|
|||
|
|
@ -662,7 +662,7 @@
|
|||
<dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2">
|
||||
<exclusion groupId="it.unimi.dsi" artifactId="fastutil" />
|
||||
</dependency>
|
||||
<dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.11.0" classifier="shaded">
|
||||
<dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.11.5" classifier="shaded">
|
||||
<exclusion groupId="io.netty" artifactId="netty-buffer"/>
|
||||
<exclusion groupId="io.netty" artifactId="netty-codec"/>
|
||||
<exclusion groupId="io.netty" artifactId="netty-handler"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue