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 2021/12/20 05:10:43 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8405] Upgrade to ASM 9.2

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 485d32f  [AMQ-8405] Upgrade to ASM 9.2
485d32f is described below

commit 485d32fe40d737e47b46e74e76e7eba6177fcf04
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Dec 16 14:11:39 2021 +0100

    [AMQ-8405] Upgrade to ASM 9.2
    
    (cherry picked from commit f11e49b9b73cbb4e024ca8621379c6e67924cbe6)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eed1a5a..0cc5881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,7 +516,7 @@
      <dependency>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm</artifactId>
-       <version>7.3.1</version>
+       <version>9.2</version>
      </dependency>
 
       <!-- Servlet 3.1 and JSP -->