Skip to content

Commit 7ad47c5

Browse files
committed
upgrade to jackson 1.7.4
1 parent de2203d commit 7ad47c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/jarjar/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies {
1818
runtime 'joda-time:joda-time:1.6.1'
1919
runtime 'org.mvel:mvel2:2.1.Beta2'
2020

21-
runtime 'org.codehaus.jackson:jackson-core-asl:1.7.3'
22-
runtime 'org.codehaus.jackson:jackson-smile:1.7.3'
21+
runtime 'org.codehaus.jackson:jackson-core-asl:1.7.4'
22+
runtime 'org.codehaus.jackson:jackson-smile:1.7.4'
2323
runtime 'org.yaml:snakeyaml:1.6'
2424

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

0 commit comments

Comments
 (0)