Skip to content

Commit ae96754

Browse files
authored
Upgrade asm to 9.7.1 (#140)
* chore: upgrade asm to 9.7 to support java 23 * chore: upgrade asm to 9.7.1
1 parent 06830a0 commit ae96754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ repositories {
2222
}
2323

2424
dependencies {
25-
api 'org.ow2.asm:asm:9.6'
26-
api 'org.ow2.asm:asm-commons:9.6'
27-
implementation 'org.ow2.asm:asm-tree:9.6'
28-
implementation 'org.ow2.asm:asm-util:9.6'
25+
api 'org.ow2.asm:asm:9.7.1'
26+
api 'org.ow2.asm:asm-commons:9.7.1'
27+
implementation 'org.ow2.asm:asm-tree:9.7.1'
28+
implementation 'org.ow2.asm:asm-util:9.7.1'
2929
implementation "net.fabricmc:mapping-io:0.5.0"
3030

3131
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'

0 commit comments

Comments
 (0)