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:
Stefan Miklosovic 2025-09-17 12:15:44 +02:00
parent 6c29686ea7
commit d966547d01
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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"/>