From 88173d762ae94d4e6ccd815f2dfc710ad9a443ce Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Mon, 16 Sep 2013 15:38:38 +0200 Subject: [PATCH] upgrade to jackson 2.2.3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 35143cf664f..e65aafc070a 100644 --- a/pom.xml +++ b/pom.xml @@ -193,21 +193,21 @@ com.fasterxml.jackson.core jackson-core - 2.2.2 + 2.2.3 compile com.fasterxml.jackson.dataformat jackson-dataformat-smile - 2.2.2 + 2.2.3 compile com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.2.2 + 2.2.3 compile