diff --git a/WORKSPACE b/WORKSPACE index de8eb43a91..1bfbff8a0c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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", diff --git a/pom.xml b/pom.xml index a8456da226..8a6a86ad95 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,7 @@ See the Apache License Version 2.0 for the specific language governing permissio org.ow2.asm asm - 9.2 + 9.5 junit