From 19236ffdf0b55145e8f4ede3c9ac95f0f982e248 Mon Sep 17 00:00:00 2001 From: Sebastian Marsching Date: Thu, 28 Mar 2024 13:31:50 +0100 Subject: [PATCH] Use version 2.16.0 of jackson-core. Using a version of jackson-core that does not match jackson-databind causes problems (see #127 for details). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81567db6..b53d6b9c 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ com.fasterxml.jackson.core jackson-core - 2.14.2 + 2.16.0 jakarta.json