Skip to content

Commit

Permalink
Upgrade to ASM 7.2 to support JDK 14
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko authored and johnrengelman committed Jan 19, 2020
1 parent c99be91 commit 8c6efa8
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.15'

implementation 'org.jdom:jdom2:2.0.6'
implementation 'org.ow2.asm:asm:7.0-beta'
implementation 'org.ow2.asm:asm-commons:7.0-beta'
implementation 'org.ow2.asm:asm:7.2'
implementation 'org.ow2.asm:asm-commons:7.2'
implementation 'commons-io:commons-io:2.5'
implementation 'org.apache.ant:ant:1.9.7'
implementation 'org.codehaus.plexus:plexus-utils:3.0.24'
Expand Down

0 comments on commit 8c6efa8

Please sign in to comment.