We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2203d commit 7ad47c5Copy full SHA for 7ad47c5
modules/jarjar/build.gradle
@@ -18,8 +18,8 @@ dependencies {
18
runtime 'joda-time:joda-time:1.6.1'
19
runtime 'org.mvel:mvel2:2.1.Beta2'
20
21
- runtime 'org.codehaus.jackson:jackson-core-asl:1.7.3'
22
- runtime 'org.codehaus.jackson:jackson-smile:1.7.3'
+ runtime 'org.codehaus.jackson:jackson-core-asl:1.7.4'
+ runtime 'org.codehaus.jackson:jackson-smile:1.7.4'
23
runtime 'org.yaml:snakeyaml:1.6'
24
25
runtime('org.jboss.netty:netty:3.2.4.Final') { transitive = false }
0 commit comments