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 561d7f1550788002e409f6bc2fb3352698699c8d 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) (cherry picked from commit 2682840c7e20d175378704ec31b247ba31479b70) # 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 f3c2e681b0..366b658329 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> <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version> <!-- OSGi related properties --> <cxf.fragment.host />
