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
commit 819cced6ca28f2394f0857c078e4bd1f3dabdd79 Author: Andriy Redko <[email protected]> AuthorDate: Sun Mar 26 09:48:10 2023 -0400 Update ASM to 9.5 (cherry picked from commit 671cf75bcf3eb169eb98cbe398131ad9f9551529) # Conflicts: # parent/pom.xml (cherry picked from commit c9de8efd72ab2e41b94bc9bbb4e248804c6093a0) (cherry picked from commit ff8676b83030a8a3b298d842d28163c396484c06) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index cd01bed8d7..2bd76c5f35 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -55,7 +55,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.4</cxf.asm.version> + <cxf.asm.version>9.5</cxf.asm.version> <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version> <cxf.easymock.version>5.1.0</cxf.easymock.version> <!-- OSGi related properties -->
