This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new f07361d29 AMQ-9331: Upgrade to ASM 9.6
new 294ec1259 Merge pull request #1070 from jbonofre/AMQ-9331
f07361d29 is described below
commit f07361d297efb9740385ddaeaa2e43392214767a
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Oct 14 07:33:00 2023 +0200
AMQ-9331: Upgrade to ASM 9.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 82ac98469..b92811234 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.5</version>
+ <version>9.6</version>
</dependency>
<!-- Servlet 5.0 and JSP -->