diff --git a/dependencyCheckSuppression.xml b/dependencyCheckSuppression.xml index 4b696b82a5..6c0276ff3a 100644 --- a/dependencyCheckSuppression.xml +++ b/dependencyCheckSuppression.xml @@ -437,5 +437,24 @@ ^pkg:maven/com\.networknt/json-schema-validator@.*$ CVE-2025-15104 - + + + + ^pkg:maven/org\.apache\.httpcomponents/httpcore@.*$ + CVE-2026-54399 + + + + + ^pkg:maven/org\.jetbrains\.kotlin/.*@.*$ + CVE-2026-53914 + diff --git a/gradle.properties b/gradle.properties index 36b7e6106d..d6dea9cb27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -97,7 +97,7 @@ apacheDirectoryVersion=2.1.7 apacheMinaVersion=2.2.7 # Usually matches the version specified as a Spring Boot dependency (see springBootVersion below) -apacheTomcatVersion=11.0.22 +apacheTomcatVersion=11.0.23 # (mothership) -> json-path -> json-smart -> accessor-smart # (core) -> graalvm @@ -185,7 +185,7 @@ hamcrestVersion=2.2 htsjdkVersion=4.3.0 httpclient5Version=5.5.2 -httpcore5Version=5.4.2 +httpcore5Version=5.4.3 # Not used directly, but these are widely used transitive dependencies httpclientVersion=4.5.14 @@ -194,9 +194,9 @@ 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.4 -jacksonDatabindVersion=2.21.4 -jacksonJaxrsBaseVersion=2.21.4 +jacksonVersion=2.21.5 +jacksonDatabindVersion=2.21.5 +jacksonJaxrsBaseVersion=2.21.5 # Note the inconsistent version numbering for "annotations"... it no longer matches the above jacksonAnnotationsVersion=2.21