diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index 5959ec2a59..ee33ef1d9e 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -350,7 +350,7 @@ org.hdrhistogram HdrHistogram - 2.1.9 + 2.1.12 commons-cli diff --git a/CHANGES.txt b/CHANGES.txt index 581b7fdc48..f28bc0e930 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,6 +14,7 @@ Merged from 4.1: * Internode legacy SSL storage port certificate is not hot reloaded on update (CASSANDRA-18681) * Nodetool paxos-only repair is no longer incremental (CASSANDRA-18466) Merged from 4.0: + * Update hdrhistogram to 2.1.12 (CASSANDRA-18893) * Improve performance of compactions when table does not have an index (CASSANDRA-18773) * JMH improvements - faster build and async profiler (CASSANDRA-18871) * Enable 3rd party JDK installations for Debian package (CASSANDRA-18844)