From 3210785bf41986c1ea204b1d9306d80f9a7cc56e Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Tue, 25 Oct 2011 00:30:05 +0200 Subject: [PATCH] upgrade to jackson 1.9.1 --- modules/jarjar/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/jarjar/build.gradle b/modules/jarjar/build.gradle index 2f9aa8bd1a2..98c9e567354 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -15,8 +15,8 @@ dependencies { runtime 'joda-time:joda-time:1.6.2' runtime 'org.mvel:mvel2:2.1.Beta6' - runtime 'org.codehaus.jackson:jackson-core-asl:1.9.0' - runtime 'org.codehaus.jackson:jackson-smile:1.9.0' + runtime 'org.codehaus.jackson:jackson-core-asl:1.9.1' + runtime 'org.codehaus.jackson:jackson-smile:1.9.1' runtime 'org.yaml:snakeyaml:1.6' runtime('org.jboss.netty:netty:3.2.5.Final') { transitive = false }