Skip to content

Commit 189bfcb

Browse files
authored
fix: bump jackson-databind and httpclient5 to resolve NVD-flagged CVEs (#1703)
jackson-databind 2.18.2 -> 2.18.9 fixes CVE-2026-54512, CVE-2026-54513, CVE-2026-54514, CVE-2026-54515 (polymorphic deserialization bypasses, SSRF via eager DNS resolution). httpclient5 5.5.1 -> 5.6.2 pulls in httpcore5 5.4.3, fixing CVE-2026-54399 and CVE-2026-54428 (HTTP/1.1 parser and HPACK decoder resource exhaustion). Verified clean via dependency-check:aggregate.
1 parent 8176d82 commit 189bfcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<inceptionYear>2017</inceptionYear>
3535

3636
<properties>
37-
<jackson.version>2.18.2</jackson.version>
37+
<jackson.version>2.18.9</jackson.version>
3838
<snakeyaml.version>2.4</snakeyaml.version>
3939
<bouncycastle.version>1.84</bouncycastle.version>
4040
<jjwt.version>0.12.6</jjwt.version>
41-
<org.apache.httpcomponents.client5.version>5.5.1</org.apache.httpcomponents.client5.version>
41+
<org.apache.httpcomponents.client5.version>5.6.2</org.apache.httpcomponents.client5.version>
4242
<okta.sdk.previousVersion>24.0.1</okta.sdk.previousVersion>
4343
<okta.commons.version>2.0.1</okta.commons.version>
4444
<com.google.auto.service.version>1.1.1</com.google.auto.service.version>

0 commit comments

Comments
 (0)