Skip to content

Commit

Permalink
upgrade ASM to 9.3 to support Java 19 #845
Browse files Browse the repository at this point in the history
Resolves: #844
  • Loading branch information
codecholeric committed Apr 6, 2022
2 parents c5a14aa + 8a49c6c commit 6bf251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
googleRelocationPackage = "${thirdPartyRelocationPackage}.com.google"

dependency = [
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.2'],
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.3'],
guava : [group: 'com.google.guava', name: 'guava', version: '30.1-android'], // -android is compatible with Java 7.
addGuava : { dependencyHandler ->
dependencyHandler(dependency.guava) {
Expand Down

0 comments on commit 6bf251a

Please sign in to comment.