Merge pull request #221 from Glavo/develop

Bump ASM from 9.4 to 9.5
This commit is contained in:
Haowei Wen 2023-09-21 21:02:56 +08:00 committed by GitHub
commit acef784f82
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'
}