You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/04/22 22:10:17 UTC

[ws-axiom] branch master updated: Upgrade to ASM 8

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ab3fbf  Upgrade to ASM 8
2ab3fbf is described below

commit 2ab3fbf827176a7022f81f9d6f72b7bcbe117563
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Apr 22 23:10:05 2020 +0100

    Upgrade to ASM 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 845bee1..8e56311 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@
             <dependency>
                 <groupId>org.ow2.asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>5.2</version>
+                <version>8.0.1</version>
             </dependency>
             <dependency>
                 <groupId>javax.activation</groupId>