You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/02/20 19:44:43 UTC

[cxf] branch master updated: Update to lastest asm

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0bd7ffe  Update to lastest asm
0bd7ffe is described below

commit 0bd7ffeb9e599718ff1279f1b86df7c1e13a8ca4
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Thu Feb 20 14:44:20 2020 -0500

    Update to lastest asm
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 811abe2..d32202d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -54,7 +54,7 @@
         <!-- stuff related to ASM -->
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
-        <cxf.asm.version>7.1</cxf.asm.version>
+        <cxf.asm.version>7.3.1</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,8)</cxf.osgi.asm.version>
         <cxf.easymock.version>4.1</cxf.easymock.version>
         <!-- OSGi related properties -->