From 48303c9e6136f2e24d2be997bcfe75282ffa1de8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 6 Oct 2022 06:59:03 +0100 Subject: [PATCH] Bump jackson-databind from 2.13.2.1 to 2.14.0-rc1 commit-id:a5a2e1a9 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 65baabe..ba817a1 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,8 @@ 2.10.0 0.14 + 2.14.0-rc1 + 4.5.13 1.18.22 5.8.2 3.18.1 @@ -57,12 +59,12 @@ com.fasterxml.jackson.core jackson-databind - 2.13.2.1 + ${jackson.version} org.apache.httpcomponents httpmime - 4.5.13 + ${httpmime.version}