This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit e58be91d603f288060b9712c0004c8a5421f0a12 Author: Andriy Redko <[email protected]> AuthorDate: Sun Oct 5 09:30:25 2025 -0400 Update ASM to 9.9 (cherry picked from commit 26b54bb544ca9576f69ebfb05299af6b539bc0f3) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1b031007c3..b7e9abc7d8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -56,7 +56,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.8</cxf.asm.version> + <cxf.asm.version>9.9</cxf.asm.version> <!-- OSGi related properties --> <cxf.fragment.host />
