diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml
index 98efddce73..27bef03dd2 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -79,6 +79,7 @@
^pkg:maven/com\.google\.guava/guava@.*$
CVE-2018-10237
CVE-2020-8908
+ CVE-2023-2976
diff --git a/CHANGES.txt b/CHANGES.txt
index 0aed2d9f62..d86b27595f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,8 @@
3.11.16
* Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202)
Merged from 3.0:
+3.0.30
+ * Suppress CVE-2023-2976 (CASSANDRA-18562)
* Remove dh_python use in Debian packaging (CASSANDRA-18558)
* Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025)
* Validate the existence of a datacenter in nodetool rebuild (CASSANDRA-14319)