From 4255a543f2fdfbc3d691c9338751275cc2c4afa2 Mon Sep 17 00:00:00 2001 From: Sascha Bieberstein Date: Wed, 24 Apr 2024 16:20:46 +0200 Subject: [PATCH] Roll back to jackson version without deprecation fail The Jackson maintainers did not understand the difference of the asText() and asText(defaultValue) methods for NullNodes and MissingNodes and deprecated the variant with fallback value. This causes issues: https://github.com/FasterXML/jackson-databind/issues/4471 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f98b151..8c2a9e5 100644 --- a/pom.xml +++ b/pom.xml @@ -556,7 +556,7 @@ com.fasterxml.jackson jackson-bom - 2.17.0 + 2.16.0 pom import