Skip to content

Commit 4ca3c15

Browse files
authored
Merge pull request #1587 from lesserwhirls/deps
Update dependencies
2 parents 12f25c0 + 072783b commit 4ca3c15

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

gradle/ncj.libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ netcdf-java = "5.11.0-SNAPSHOT"
44
unidata-doc-theme = "0.1.1"
55

66
# 3rd party dependencies
7-
awssdk = "2.46.17"
7+
awssdk = "2.48.4"
88
awssdkv1 = "1.12.797"
99
commons-math3 = "3.6.1"
1010
bounce = "0.18"
1111
grpc = "1.82.1"
1212
guava = "33.6.0-jre"
1313
httpcomponents = "4.5.14"
14-
jackson = "2.22.0"
14+
jackson = "2.22.1"
1515
jcommander = "1.82"
1616
jdom2 = "2.0.6.1"
1717
jfree-jcommon = "1.0.24"

project-files/owasp-dependency-check/dependency-check-suppression.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,24 @@
3434
<vulnerabilityName>CVE-2024-22949</vulnerabilityName>
3535
<vulnerabilityName>CVE-2023-52070</vulnerabilityName>
3636
</suppress>
37+
<suppress>
38+
<notes><![CDATA[
39+
file name: httpcore-4.4.16.jar
40+
reason: CVE-2026-54399, CVE-2026-54428 are only valid for org.apache.httpcomponents.core5:httpcore5,
41+
not org.apache.httpcomponents:httpcore
42+
]]></notes>
43+
<packageUrl regex="true">^pkg:maven/org\.apache\.httpcomponents/httpcore@.*$</packageUrl>
44+
<cve>CVE-2026-54399</cve>
45+
<cve>CVE-2026-54428</cve>
46+
</suppress>
47+
<suppress>
48+
<notes><![CDATA[
49+
file name: httpcore5-h2-5.4.jar
50+
reason: CVE-2026-54399, CVE-2026-54428 are only valid for org.apache.httpcomponents.core5:httpcore5,
51+
not org.apache.httpcomponents.core5:httpcore5-h2
52+
]]></notes>
53+
<packageUrl regex="true">^pkg:maven/org\.apache\.httpcomponents\.core5/httpcore5-h2@.*$</packageUrl>
54+
<cve>CVE-2026-54399</cve>
55+
<cve>CVE-2026-54428</cve>
56+
</suppress>
3757
</suppressions>

0 commit comments

Comments
 (0)