This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f29cbc83e Bump asm.version from 9.8 to 9.9 (#2085)
9f29cbc83e is described below

commit 9f29cbc83e793f7a6cf0ffdeeae400f0809a0116
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 19:29:20 2025 +0200

    Bump asm.version from 9.8 to 9.9 (#2085)
    
    Bumps `asm.version` from 9.8 to 9.9.
    
    Updates `org.ow2.asm:asm` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-util` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-tree` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-analysis` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-commons` from 9.8 to 9.9
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-util
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-tree
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-analysis
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-commons
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4aca871de3..a3537e1d2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
         <activemq.version>5.19.0</activemq.version>
         <aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>
         <aspectj.bundle.version>1.9.21.1_1</aspectj.bundle.version>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <javax.annotation.version>1.3.2</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <bouncycastle.version>1.82</bouncycastle.version>

Reply via email to