Merge pull request #1070 from jbonofre/AMQ-9331

AMQ-9331: Upgrade to ASM 9.6
This commit is contained in:
JB Onofré 2023-10-20 08:31:25 +02:00 committed by GitHub
commit 294ec12594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@
<dependency> <dependency>
<groupId>org.ow2.asm</groupId> <groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId> <artifactId>asm</artifactId>
<version>9.5</version> <version>9.6</version>
</dependency> </dependency>
<!-- Servlet 5.0 and JSP --> <!-- Servlet 5.0 and JSP -->