diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml
index 5ceca24397..9a84700c64 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -28,6 +28,15 @@
CVE-2020-17516
CVE-2021-44521
+
+
+ ^pkg:maven/org\.yaml/snakeyaml@.*$
+ CVE-2022-25857
+ CVE-2022-38749
+ CVE-2022-38750
+ CVE-2022-38751
+ CVE-2022-38752
+
^pkg:maven/net\.openhft/chronicle\-wire@.*$
diff --git a/CHANGES.txt b/CHANGES.txt
index 9025bf285b..17c4a1054e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -44,12 +44,17 @@
* Revert removal of withBufferSizeInMB(int size) in CQLSSTableWriter.Builder class and deprecate it in favor of withBufferSizeInMiB(int size) (CASSANDRA-17675)
* Remove expired snapshots of dropped tables after restart (CASSANDRA-17619)
Merged from 4.0:
-4.0.7
* Mitigate direct buffer memory OOM on replacements (CASSANDRA-17895)
* Fix repair failure on assertion if two peers have overlapping mismatching ranges (CASSANDRA-17900)
* Better handle null state in Gossip schema migration to avoid NPE (CASSANDRA-17864)
* HintedHandoffAddRemoveNodesTest now accounts for the fact that StorageMetrics.totalHints is not updated synchronously w/ writes (CASSANDRA-16679)
* Avoid getting hanging repairs due to repair message timeouts (CASSANDRA-17613)
+ * Prevent infinite loop in repair coordinator on FailSession (CASSANDRA-17834)
+Merged from 3.11:
+ * Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907)
+ * Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters (CASSANDRA-17840)
+Merged from 3.0:
+ * Fix scrubber falling into infinite loop when the last partition is broken (CASSANDRA-17862)
* Fix resetting schema (CASSANDRA-17819)
4.0.6