Skip to content

Commit 5185ab2

Browse files
committed
Update asm to 9.7.1.
1 parent a0bf9f6 commit 5185ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eternalcore-plugin/src/main/java/com/eternalcode/core/loader/relocation/RelocationHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ public class RelocationHandler implements AutoCloseable {
5252
Dependency.of(
5353
"org.ow2.asm",
5454
"asm",
55-
"9.2"
55+
"9.7.1"
5656
),
5757
Dependency.of(
5858
"org.ow2.asm",
5959
"asm-commons",
60-
"9.2"
60+
"9.7.1"
6161
),
6262
Dependency.of(
6363
"me.lucko",

0 commit comments

Comments
 (0)