From bab91bb9fd24250aa58460666ef4b9afbccb3a15 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Thu, 27 Dec 2012 12:03:59 -0800 Subject: [PATCH] upgrade to jackson 2.1.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 45535de3fb0..76501e35b46 100644 --- a/pom.xml +++ b/pom.xml @@ -132,21 +132,21 @@ com.fasterxml.jackson.core jackson-core - 2.1.0 + 2.1.1 compile com.fasterxml.jackson.dataformat jackson-dataformat-smile - 2.1.0 + 2.1.1 compile com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.1.0 + 2.1.1 compile