Skip to content

Commit

Permalink
Merge pull request #367 from ttsiebzehntt/366-java10
Browse files Browse the repository at this point in the history
WIP: Update ASM to 6.1
  • Loading branch information
johnrengelman authored Mar 24, 2018
2 parents 94550e5 + 325c002 commit 7435c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies {
shadow 'org.codehaus.groovy:groovy-backports-compat23:2.4.4'

compile 'org.jdom:jdom2:2.0.6'
compile 'org.ow2.asm:asm:6.0'
compile 'org.ow2.asm:asm-commons:6.0'
compile 'org.ow2.asm:asm:6.1'
compile 'org.ow2.asm:asm-commons:6.1'
compile 'commons-io:commons-io:2.5'
compile 'org.apache.ant:ant:1.9.7'
compile 'org.codehaus.plexus:plexus-utils:3.0.24'
Expand Down

0 comments on commit 7435c74

Please sign in to comment.