diff --git a/dependencyCheckSuppression.xml b/dependencyCheckSuppression.xml
index 4a7c257d00..0fe1a5999d 100644
--- a/dependencyCheckSuppression.xml
+++ b/dependencyCheckSuppression.xml
@@ -316,4 +316,16 @@
CVE-2025-15104
+
+
+
+ ^pkg:maven/org\.jetbrains\.kotlin/.*@.*$
+ CVE-2026-53914
+
+
diff --git a/gradle.properties b/gradle.properties
index 21f365151f..60f1759e85 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -195,15 +195,15 @@ httpcoreVersion=4.4.16
intellijKotlinVersion=2.3.10
# Update the three Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
-jacksonVersion=2.21.0
-jacksonDatabindVersion=2.21.0
-jacksonJaxrsBaseVersion=2.21.0
+jacksonVersion=2.21.4
+jacksonDatabindVersion=2.21.4
+jacksonJaxrsBaseVersion=2.21.4
# Note the inconsistent version numbering for "annotations"... it no longer matches the above
jacksonAnnotationsVersion=2.21
# Spring Boot brings in a transitive dependency on Jackson 3.x. It has changed package names and can coexist with Jackson 2.x.
-jackson3Version=3.1.0
+jackson3Version=3.1.4
# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
jakartaActivationApiVersion=2.1.4