You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/06/30 01:48:43 UTC

[cxf] branch master updated: Update asm to 9.2

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

reta 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 2aed556  Update asm to 9.2
2aed556 is described below

commit 2aed55612a1da770d5ef554b551407881a210289
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jun 29 21:48:25 2021 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 58aafd9..d167f44 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>9.1</cxf.asm.version>
+        <cxf.asm.version>9.2</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
         <cxf.easymock.version>4.3</cxf.easymock.version>
         <!-- OSGi related properties -->