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 49270ece74c26cc1afe1660b6a27e0d55cf6bf7a Author: Andriy Redko <[email protected]> AuthorDate: Fri May 15 08:49:11 2026 -0400 Update ASM to 9.10 (cherry picked from commit 1859331272ceb5b67d9a5c120df0a1e17fb7702a) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0a3d9491d61..2400e1a595f 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.9.1</cxf.asm.version> + <cxf.asm.version>9.10</cxf.asm.version> <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version> <!-- OSGi related properties --> <cxf.fragment.host />
