Merge branch 'cassandra-5.0' into trunk

This commit is contained in:
Ariel Weisberg 2025-04-08 15:22:13 -04:00
commit 1bcd91f531
2 changed files with 2 additions and 1 deletions

View File

@ -676,7 +676,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.19</version>
<version>4.2.28</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>

View File

@ -224,6 +224,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:
* Fix Dropwizard Meter causes timeouts when infrequently used (CASSANDRA-19332)
* Update OWASP dependency checker to version 12.1.0 (CASSANDRA-20501)
* Suppress CVE-2025-25193 (CASSANDRA-20504)
* Include in source tree and build packages a Snyk policy file that lists known false positives (CASSANDRA-20319)