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 11:42:16 UTC

[cxf] branch 3.4.x-fixes updated: Update asm to 9.2

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 4ba356d  Update asm to 9.2
4ba356d is described below

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3a6f62e..b3a6f47 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 -->