Skip to content

Commit

Permalink
upgrade to jackson 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Nov 15, 2011
1 parent a6a2a26 commit 8d0ac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/jarjar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
runtime 'org.codehaus.jackson:jackson-smile:1.9.1'
runtime 'org.codehaus.jackson:jackson-core-asl:1.9.2'
runtime 'org.codehaus.jackson:jackson-smile:1.9.2'
runtime 'org.yaml:snakeyaml:1.6'

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

0 comments on commit 8d0ac17

Please sign in to comment.