From 7c655e81f6bc439ee3910096cdda5d00dd3dfee0 Mon Sep 17 00:00:00 2001 From: Willem Jan Glerum Date: Mon, 6 Jul 2026 13:37:37 +0200 Subject: [PATCH] Upgrade Jackson 3 to 3.1.4 Jackson databind 3.1 requires jackson-annotations 2.21, which adds the @JsonSerializeAs annotation referenced by JacksonAnnotationIntrospector. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f60f3918b..8a35a6fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -68,9 +68,9 @@ 2.0.16 1.5.15 - 2.20 + 2.21 2.20.1 - 3.0.3 + 3.1.4 6.2.1 @@ -387,4 +387,4 @@ - \ No newline at end of file +