From 09fd7d6ccb27e6b08ddc9a782a27e22915783944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Szigecs=C3=A1n?= Date: Sun, 22 Mar 2026 14:58:56 +0100 Subject: [PATCH] Update jackson to be in-line with the one in Storm --- core/pom.xml | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 5b1943de7..dcdb0d2dd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -268,7 +268,7 @@ under the License. com.fasterxml.jackson.core jackson-annotations - ${jackson.version} + ${jackson-annotations.version} diff --git a/pom.xml b/pom.xml index a74623acc..510925a35 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,8 @@ under the License. 6.0.3 2.8.4 - 2.18.1 + 2.20 + 2.20.1 3.2.3 5.23.0 2.0.17 @@ -663,7 +664,7 @@ under the License. com.fasterxml.jackson.core jackson-annotations - ${jackson.version} + ${jackson-annotations.version}