From 522ca7e8893c06c80b2538a97691d9a5e35a541b Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Thu, 9 May 2013 18:00:06 +0200 Subject: [PATCH] upgrade to jackson 2.2.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1ffbda64e40..baaff19127c 100644 --- a/pom.xml +++ b/pom.xml @@ -178,21 +178,21 @@ com.fasterxml.jackson.core jackson-core - 2.1.4 + 2.2.1 compile com.fasterxml.jackson.dataformat jackson-dataformat-smile - 2.1.4 + 2.2.1 compile com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.1.4 + 2.2.1 compile