You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/10/30 15:35:50 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9133] Upgrade to ASM 9.4

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 774137436 [AMQ-9133] Upgrade to ASM 9.4
774137436 is described below

commit 774137436f4dd9522c3abea446e6de9fc6027050
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Oct 23 17:51:14 2022 +0200

    [AMQ-9133] Upgrade to ASM 9.4
    
    (cherry picked from commit 6e7a4c66f137e1e5a21d16a856161a14237bb19b)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2d1ce700e..befe054cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,7 +481,7 @@
      <dependency>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm</artifactId>
-       <version>9.3</version>
+       <version>9.4</version>
      </dependency>
 
       <!-- Servlet 3.1 and JSP -->