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 2020/02/24 10:59:10 UTC

[activemq] branch master updated: [AMQ-7415] Upgrade to ASM 7.3.1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dcc9d9  [AMQ-7415] Upgrade to ASM 7.3.1
     new 5cc7394  Merge pull request #468 from jbonofre/AMQ-7415
4dcc9d9 is described below

commit 4dcc9d99ec12ccfb7e46136e8d3d5778ae1a3cfb
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Feb 20 08:32:01 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 5cc197a..9b7a94c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
      <dependency>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm</artifactId>
-       <version>5.0.4</version>
+       <version>7.3.1</version>
      </dependency>
 
       <!-- Servlet 3.1 and JSP -->