Skip to content

Commit 577135d

Browse files
committed
upgrade jackson to 1.7.1
1 parent 7213539 commit 577135d

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
@@ -16,8 +16,8 @@ dependencies {
1616
runtime 'joda-time:joda-time:1.6.1'
1717
runtime 'org.mvel:mvel2:2.0.19'
1818

19-
runtime 'org.codehaus.jackson:jackson-core-asl:1.7.0'
20-
runtime 'org.codehaus.jackson:jackson-smile:1.7.0'
19+
runtime 'org.codehaus.jackson:jackson-core-asl:1.7.1'
20+
runtime 'org.codehaus.jackson:jackson-smile:1.7.1'
2121
runtime 'org.yaml:snakeyaml:1.6'
2222

2323
runtime('org.jboss.netty:netty:3.2.3.Final') { transitive = false }

0 commit comments

Comments
 (0)