mirror of https://github.com/apache/activemq.git
Merge pull request #1215 from jbonofre/AMQ-9491
AMQ-9491: Upgrade to ASM 9.7
This commit is contained in:
commit
85f82035cd
2
pom.xml
2
pom.xml
|
@ -468,7 +468,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.6</version>
|
<version>9.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Servlet 5.0 and JSP -->
|
<!-- Servlet 5.0 and JSP -->
|
||||||
|
|
Loading…
Reference in New Issue