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 de7004b059997c0533add857e8b814a2a840f8ab Author: Andriy Redko <[email protected]> AuthorDate: Sun Mar 30 10:17:57 2025 -0400 Update ASM to 9.8 Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 4fc8b120d7c7363c70324ff8c790494655ad3fa4) (cherry picked from commit c9524816b61ae90c11551330692a5bdce80653fb) # 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 2fb151a213..7545a504fa 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.7.1</cxf.asm.version> + <cxf.asm.version>9.8</cxf.asm.version> <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version> <!-- OSGi related properties --> <cxf.fragment.host />
