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 538439a45 AMQ-9313: Upgrade to ASM 9.5
new b9a8bbd14 Merge pull request #1059 from jbonofre/AMQ-9313
538439a45 is described below
commit 538439a454886d9f1ae5d2ecea02541dece693e2
Author: JB Onofré <[email protected]>
AuthorDate: Fri Sep 29 14:51:01 2023 +0200
AMQ-9313: Upgrade to ASM 9.5
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 259456200..c4303446b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.4</version>
+ <version>9.5</version>
</dependency>
<!-- Servlet 5.0 and JSP -->