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 2022/10/22 18:52:16 UTC

[cxf] 01/02: Update ASM to 9.4

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

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

commit 23688967655aec0872838813d30e400d4bd16598
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 22 14:44:42 2022 -0400

    Update ASM to 9.4
    
    (cherry picked from commit 045d613bb06c21db4b374aeee64926ae7c7bf179)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 917b7bda4e..9b20da0306 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.3</cxf.asm.version>
+        <cxf.asm.version>9.4</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 -->