Skip to content

Commit

Permalink
Upgrade ASM to 6.1.1 to address perf issues. Closes #374
Browse files Browse the repository at this point in the history
  • Loading branch information
John Engelman committed Apr 20, 2018
1 parent 2f94b2b commit f712cc8
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.1'
compile 'org.ow2.asm:asm-commons:6.1'
compile 'org.ow2.asm:asm:6.1.1'
compile 'org.ow2.asm:asm-commons:6.1.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 f712cc8

Please sign in to comment.