From 992ca3a525cf997e9d6bdbeb3e2697a9eeb9a72c Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 14 Feb 2022 07:52:18 +0100 Subject: [PATCH] WW-5170 Upgrades Jackson Core to 2.10.5 and Jackson Databind to 2.10.5.1 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 72ebd6747..6de0ee438 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,8 @@ 3.0.8 1.0.7 2.12.4 - 2.10.3 + 2.10.5 + 2.10.5.1 1.8 @@ -1082,7 +1083,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson-databind.version} com.fasterxml.jackson.dataformat