Bump ASM from 9.4 to 9.5

This commit is contained in:
Glavo 2023-09-21 20:38:04 +08:00 committed by GitHub
parent b68049208a
commit df8299b8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ repositories {
}
dependencies {
implementation 'org.ow2.asm:asm:9.4'
implementation 'org.ow2.asm:asm:9.5'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
}