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 6e7a4c66f [AMQ-9133] Upgrade to ASM 9.4
new 1ef6d5d6f Merge pull request #923 from jbonofre/AMQ-9133
6e7a4c66f is described below
commit 6e7a4c66f137e1e5a21d16a856161a14237bb19b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Oct 23 17:51:14 2022 +0200
[AMQ-9133] Upgrade to ASM 9.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8ac97d77b..86d2a3f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -480,7 +480,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.3</version>
+ <version>9.4</version>
</dependency>
<!-- Servlet 3.1 and JSP -->