From 151e24c5bdac1b48494fef70ae48e08ce7e1b8e8 Mon Sep 17 00:00:00 2001 From: kimchy Date: Thu, 3 Feb 2011 23:36:55 +0200 Subject: [PATCH] upgrade to jackson 1.7.2 --- 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 a7c030b6d08..9d091087b7a 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -18,8 +18,8 @@ dependencies { runtime 'joda-time:joda-time:1.6.1' runtime 'org.mvel:mvel2:2.1.RC1' - runtime 'org.codehaus.jackson:jackson-core-asl:1.7.1' - runtime 'org.codehaus.jackson:jackson-smile:1.7.1' + runtime 'org.codehaus.jackson:jackson-core-asl:1.7.2' + runtime 'org.codehaus.jackson:jackson-smile:1.7.2' runtime 'org.yaml:snakeyaml:1.6' runtime('org.jboss.netty:netty:3.2.3.Final') { transitive = false }