This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 90f828c9f84379f67135cb31d826cc1ecc3d18a6 Author: Andriy Redko <[email protected]> AuthorDate: Wed Oct 16 09:22:56 2024 -0400 Update ASM to 9.7.1 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 070af9d599..30b8023f30 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</cxf.asm.version> + <cxf.asm.version>9.7.1</cxf.asm.version> <!-- OSGi related properties --> <cxf.fragment.host />
