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 c9524816b61ae90c11551330692a5bdce80653fb 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) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a3b9cbbb47..3706c16326 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> <!-- OSGi related properties --> <cxf.fragment.host />
