Skip to content

Commit 8af7f0f

Browse files
authored
Upgrade ASM to 6.2
1 parent 9819109 commit 8af7f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies {
55
shadow 'org.codehaus.groovy:groovy-backports-compat23:2.4.4'
66

77
compile 'org.jdom:jdom2:2.0.6'
8-
compile 'org.ow2.asm:asm:6.1.1'
9-
compile 'org.ow2.asm:asm-commons:6.1.1'
8+
compile 'org.ow2.asm:asm:6.2'
9+
compile 'org.ow2.asm:asm-commons:6.2'
1010
compile 'commons-io:commons-io:2.5'
1111
compile 'org.apache.ant:ant:1.9.7'
1212
compile 'org.codehaus.plexus:plexus-utils:3.0.24'

0 commit comments

Comments
 (0)