From ca74914f853d560833863a88da40318372c25cb7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:03:09 +0000 Subject: [PATCH 1/2] Initial plan From e09a1623f4720635e0435f085aa9e7e929c7797e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:04:37 +0000 Subject: [PATCH 2/2] Align jackson-databind and jackson-annotations to 2.18.6 to match jackson-core Co-authored-by: phaupt <4255252+phaupt@users.noreply.github.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cdc4f4f..2cc864b 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.0 + 2.18.6 com.fasterxml.jackson.core @@ -71,7 +71,7 @@ com.fasterxml.jackson.core jackson-annotations - 2.14.0 + 2.18.6 org.apache.httpcomponents.client5