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


The following commit(s) were added to refs/heads/main by this push:
     new 3e2da18d1e Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#2787)
3e2da18d1e is described below

commit 3e2da18d1e70e092d9da3b02fa8183cc8a621c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 17 14:49:12 2025 -0500

    Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#2787)
    
    Bumps org.ow2.asm:asm from 9.9 to 9.9.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-version: 9.9.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ea1115be3a..19f97d00aa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,7 +57,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.9</cxf.asm.version>
+        <cxf.asm.version>9.9.1</cxf.asm.version>
 
         <!-- OSGi related properties -->
         <cxf.fragment.host />

Reply via email to