We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ce2255 + 5411627 commit 8aebf83Copy full SHA for 8aebf83
1 file changed
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.3'
8
- api 'org.ow2.asm:asm-tree:9.3'
9
- api 'org.ow2.asm:asm-util:9.3'
10
- api 'org.ow2.asm:asm-commons:9.3'
+ api 'org.ow2.asm:asm:9.5'
+ api 'org.ow2.asm:asm-tree:9.5'
+ api 'org.ow2.asm:asm-util:9.5'
+ api 'org.ow2.asm:asm-commons:9.5'
11
}
12
13
group = 'dev.skidfuscator.mapleir'
0 commit comments