We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14828e3 commit 4726a46Copy full SHA for 4726a46
org.mapleir.parent/org.mapleir.modasm/build.gradle
@@ -4,10 +4,10 @@ plugins {
4
5
dependencies {
6
api project(':stdlib')
7
- api 'org.ow2.asm:asm:9.6'
8
- api 'org.ow2.asm:asm-tree:9.6'
9
- api 'org.ow2.asm:asm-util:9.6'
10
- api 'org.ow2.asm:asm-commons:9.6'
+ api 'org.ow2.asm:asm:9.7.1'
+ api 'org.ow2.asm:asm-tree:9.7.1'
+ api 'org.ow2.asm:asm-util:9.7.1'
+ api 'org.ow2.asm:asm-commons:9.7.1'
11
}
12
13
group = 'dev.skidfuscator.mapleir'
0 commit comments