From f3af1fd1d4475c7703185358ab7ed3aa3f66972c Mon Sep 17 00:00:00 2001 From: kimchy Date: Sun, 19 Jun 2011 20:58:56 +0300 Subject: [PATCH] upgrade to jackson 1.8.2 (though with not real changes to us) --- 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 d71a4739b76..07ac6a1e51a 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -19,8 +19,8 @@ dependencies { runtime 'joda-time:joda-time:1.6.1' runtime 'org.mvel:mvel2:2.1.Beta3' - runtime 'org.codehaus.jackson:jackson-core-asl:1.8.1' - runtime 'org.codehaus.jackson:jackson-smile:1.8.1' + runtime 'org.codehaus.jackson:jackson-core-asl:1.8.2' + runtime 'org.codehaus.jackson:jackson-smile:1.8.2' runtime 'org.yaml:snakeyaml:1.6' runtime('org.jboss.netty:netty:3.2.4.Final') { transitive = false }