Skip to content

Commit

Permalink
upgrade ASM to 9.6 to support Java 22 / class file major version 66
Browse files Browse the repository at this point in the history
resolves #1171

Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem committed Oct 1, 2023
1 parent a9d87c9 commit 7657e59
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.5'],
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.6'],
guava : [group: 'com.google.guava', name: 'guava', version: '31.1-jre'],
addGuava : { dependencyHandler ->
dependencyHandler(dependency.guava) {
Expand Down

0 comments on commit 7657e59

Please sign in to comment.