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 7213539 commit 577135dCopy full SHA for 577135d
modules/jarjar/build.gradle
@@ -16,8 +16,8 @@ dependencies {
16
runtime 'joda-time:joda-time:1.6.1'
17
runtime 'org.mvel:mvel2:2.0.19'
18
19
- runtime 'org.codehaus.jackson:jackson-core-asl:1.7.0'
20
- runtime 'org.codehaus.jackson:jackson-smile:1.7.0'
+ runtime 'org.codehaus.jackson:jackson-core-asl:1.7.1'
+ runtime 'org.codehaus.jackson:jackson-smile:1.7.1'
21
runtime 'org.yaml:snakeyaml:1.6'
22
23
runtime('org.jboss.netty:netty:3.2.3.Final') { transitive = false }
0 commit comments