diff --git a/.build/cassandra-deps-maven-pom.xml b/.build/cassandra-deps-maven-pom.xml index c38a171fa2..4402a8efd9 100644 --- a/.build/cassandra-deps-maven-pom.xml +++ b/.build/cassandra-deps-maven-pom.xml @@ -45,7 +45,7 @@ snappy-java - org.lz4 + at.yawk.lz4 lz4-java diff --git a/.build/parent-maven-pom.xml b/.build/parent-maven-pom.xml index dfad866104..5d6ca01a4c 100644 --- a/.build/parent-maven-pom.xml +++ b/.build/parent-maven-pom.xml @@ -38,7 +38,7 @@ 1.12.13 4.0.20 - 4.1.125.Final + 4.1.130.Final 0.5.1 @@ -295,9 +295,9 @@ 1.1.10.4 - org.lz4 + at.yawk.lz4 lz4-java - 1.8.0 + 1.10.1 com.github.luben diff --git a/CHANGES.txt b/CHANGES.txt index 557256717a..926f4fca76 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -366,6 +366,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: + * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-20152) * Restrict BytesType compatibility to scalar types only (CASSANDRA-20982) * Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037) * ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871)