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 2682840c7e20d175378704ec31b247ba31479b70 Author: Andriy Redko <[email protected]> AuthorDate: Wed Oct 16 09:22:56 2024 -0400 Update ASM to 9.7.1 (cherry picked from commit 90f828c9f84379f67135cb31d826cc1ecc3d18a6) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1e32d34c47..bb4054ea44 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 />
