Skip to content

Commit

Permalink
Upgrade ASM from 9.1 to 9.5 to support Java 21
Browse files Browse the repository at this point in the history
Fixes #1671
Fixes #1657
Fixes #1654
Fixes #1521
Fixes #1256

PiperOrigin-RevId: 524365072
  • Loading branch information
slachiewicz authored and Guice Team committed Apr 14, 2023
1 parent 06e8bb1 commit 65c38f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maven_install(
"javax.servlet:servlet-api:2.5",
"org.apache.struts:struts2-core:2.3.37",
"org.apache.struts.xwork:xwork-core:2.3.37",
"org.ow2.asm:asm:9.2",
"org.ow2.asm:asm:9.5",
"org.springframework:spring-core:5.3.14",
"org.springframework:spring-beans:5.3.14",
"biz.aQute.bnd:bndlib:2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.2</version>
<version>9.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 65c38f8

Please sign in to comment.