From 7bafdd10279d7b866f7d7d65cbdce9ef2f73e98a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 8 Mar 2020 12:57:02 +0000 Subject: [PATCH] Bump jackson version This also factorise all the jackson things into a variable for the versions. --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4496864d..5e9c93b6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ true UTF-8 3.3.5 + 2.10.3 8.5.51 @@ -113,17 +114,17 @@ com.fasterxml.jackson.core jackson-core - 2.10.2 + ${jackson.version} com.fasterxml.jackson.core jackson-databind - 2.10.0 + ${jackson.version} com.fasterxml.jackson.core jackson-annotations - 2.10.2 + ${jackson.version} com.google.guava @@ -177,7 +178,7 @@ javax.jws javax.jws-api 1.1 - +