This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 4934eabec AMQ-9331: Upgrade to ASM 9.6
4934eabec is described below
commit 4934eabec3eb53ca791ad7036f586015d62ea351
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri Oct 20 08:33:28 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 5084f76f0..8d79f9644 100644
--- a/pom.xml
+++ b/pom.xml
@@ -480,7 +480,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.5</version>
+ <version>9.6</version>
</dependency>
<!-- Servlet 3.1 and JSP -->