Skip to content

Commit 4a2f29d

Browse files
authored
Bump asm to 9.9.1 (#163)
1 parent 2f70dde commit 4a2f29d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ repositories {
2222
}
2323

2424
dependencies {
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'
25+
api 'org.ow2.asm:asm:9.9.1'
26+
api 'org.ow2.asm:asm-commons:9.9.1'
27+
implementation 'org.ow2.asm:asm-tree:9.9.1'
28+
implementation 'org.ow2.asm:asm-util:9.9.1'
2929
implementation "net.fabricmc:mapping-io:0.7.1"
3030

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

0 commit comments

Comments
 (0)