From 46afcef7e4a4ea09e6bd263e64063c0117733bb8 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Sun, 5 Apr 2026 22:51:55 +0000 Subject: [PATCH 1/3] Update Jackson dependencies to version 3.1.1 and Maven to 3.9.14 --- .sdkmanrc | 2 +- pom.xml | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index 059ded62..5e5aa57e 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,4 +1,4 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below java=21.0.8-tem -maven=3.9.11 +maven=3.9.14 diff --git a/pom.xml b/pom.xml index 62e81898..60b9c8b3 100644 --- a/pom.xml +++ b/pom.xml @@ -93,9 +93,9 @@ 6.0.0 - com.fasterxml.jackson.core - jackson-databind - 2.20.1 + tools.jackson.core + jackson-databind + 3.1.1 @@ -104,11 +104,6 @@ commons-lang3 3.20.0 - - com.fasterxml.jackson.core - jackson-annotations - 3.0-rc5 - From 561b35ef2651701fc77f167225cfadcda16c3b21 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Sun, 5 Apr 2026 22:55:09 +0000 Subject: [PATCH 2/3] Fix Jackson groupId to com.fasterxml.jackson.core --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60b9c8b3..304c3519 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ 6.0.0 - tools.jackson.core + com.fasterxml.jackson.core jackson-databind 3.1.1 From f48ca56a41bd4650122373b805d6aa2e86a1a236 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Mon, 6 Apr 2026 10:33:45 +0000 Subject: [PATCH 3/3] Update jackson-databind dependency to version 2.21.2 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 304c3519..db8c7c60 100644 --- a/pom.xml +++ b/pom.xml @@ -92,10 +92,11 @@ rest-assured 6.0.0 + - com.fasterxml.jackson.core - jackson-databind - 3.1.1 + com.fasterxml.jackson.core + jackson-databind + 2.21.2