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:05:28 UTC

[activemq] branch main 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 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 f11e49b  [AMQ-8405] Upgrade to ASM 9.2
     new f709221  Merge pull request #734 from jbonofre/AMQ-8405
f11e49b is described below

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

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

diff --git a/pom.xml b/pom.xml
index c54161e..2ff8128 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,7 +496,7 @@
      <dependency>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm</artifactId>
-       <version>9.1</version>
+       <version>9.2</version>
      </dependency>
 
       <!-- Servlet 3.1 and JSP -->