From 4b3a255e185be5aec62cda39d33d823b381bf790 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Wed, 2 Aug 2017 12:31:38 +0200 Subject: [PATCH] Bump Jackson to 2.9.0 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7d0d6f8..b037816 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,12 @@ com.fasterxml.jackson.core jackson-core - 2.8.8 + 2.9.0 com.fasterxml.jackson.core jackson-databind - 2.8.8.1 + 2.9.0 junit @@ -72,13 +72,13 @@ org.powermock powermock-module-junit4 - 1.6.6 + 1.7.0 test org.powermock powermock-api-mockito - 1.6.6 + 1.7.0 test