From 1d45edd8562f0ecffb1b7ca625f3b605f641657d Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Thu, 28 Feb 2013 09:10:43 +0100 Subject: [PATCH] upgrade to jackson 2.1.4 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 204baa7cdb8..88d8402300e 100644 --- a/pom.xml +++ b/pom.xml @@ -178,21 +178,21 @@ com.fasterxml.jackson.core jackson-core - 2.1.3 + 2.1.4 compile com.fasterxml.jackson.dataformat jackson-dataformat-smile - 2.1.3 + 2.1.4 compile com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.1.3 + 2.1.4 compile