Skip to content

Commit 4726a46

Browse files
committed
fix: update to ASM 9.7.1
1 parent 14828e3 commit 4726a46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

org.mapleir.parent/org.mapleir.modasm/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ plugins {
44

55
dependencies {
66
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'
7+
api 'org.ow2.asm:asm:9.7.1'
8+
api 'org.ow2.asm:asm-tree:9.7.1'
9+
api 'org.ow2.asm:asm-util:9.7.1'
10+
api 'org.ow2.asm:asm-commons:9.7.1'
1111
}
1212

1313
group = 'dev.skidfuscator.mapleir'

0 commit comments

Comments
 (0)