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 <Manfred.Hanke@tngtech.com>
  • Loading branch information
hankem authored and codecholeric committed Oct 8, 2023
1 parent 7ec58c6 commit 0caa50f
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: '32.1.2-jre'],
addGuava : { dependencyHandler ->
dependencyHandler(dependency.guava) {
Expand Down

0 comments on commit 0caa50f

Please sign in to comment.