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:36:14 UTC

[activemq] branch activemq-5.16.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.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new e66e6773f [AMQ-9133] Upgrade to ASM 9.4
e66e6773f is described below

commit e66e6773f10f36d7f54a06178f933f488f49059b
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 2c66387e1..4ad930d3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,7 +542,7 @@
      <dependency>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm</artifactId>
-       <version>9.3</version>
+       <version>9.4</version>
      </dependency>
 
       <!-- Servlet 3.1 and JSP -->