Skip to content

Commit

Permalink
Upgrade to jackson 1.8.1, closes #941.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed May 18, 2011
1 parent b4b92a8 commit 3f62c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/jarjar/build.gradle
Expand Up @@ -18,8 +18,8 @@ dependencies {
runtime 'joda-time:joda-time:1.6.1'
runtime 'org.mvel:mvel2:2.1.beta2'

runtime 'org.codehaus.jackson:jackson-core-asl:1.8.0'
runtime 'org.codehaus.jackson:jackson-smile:1.8.0'
runtime 'org.codehaus.jackson:jackson-core-asl:1.8.1'
runtime 'org.codehaus.jackson:jackson-smile:1.8.1'
runtime 'org.yaml:snakeyaml:1.6'

runtime('org.jboss.netty:netty:3.2.4.Final') { transitive = false }
Expand Down

0 comments on commit 3f62c96

Please sign in to comment.