From cf9e65c67ed5a8b0f8ecd492d20ab91a0826c445 Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Fri, 7 Aug 2026 12:03:00 +0300 Subject: [PATCH] Upgrade Jackson to 2.18.9 (GHSA-r7wm-3cxj-wff9, CVE-2026-54512, CVE-2026-54513) Import jackson-bom ahead of the commons parent BOM so the fixed version overrides the vulnerable 2.18.6 pinned there. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 23cdba7234..51497309d4 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,9 @@ UTF-8 i18n 3.1.2 + + 2.18.9 2.3.34 4.2.30 2.1.3 @@ -151,6 +154,15 @@ + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + org.openidentityplatform.commons parent