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 05fab63148 KARAF-7771: Upgrade to asm 9.6
     new d6fd536d2d Merge pull request #1805 from jbonofre/KARAF-7771
05fab63148 is described below

commit 05fab6314844c59369fa446e2f509ffad85f9d25
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Fri Dec 15 06:01:09 2023 +0100

    KARAF-7771: Upgrade to asm 9.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 721c6cb7c9..24f054e90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
         <activemq.version>5.17.1</activemq.version>
         <aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>
         <aspectj.bundle.version>1.9.5_1</aspectj.bundle.version>
-        <asm.version>9.5</asm.version>
+        <asm.version>9.6</asm.version>
         <javax.annotation.version>1.3.2</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <bouncycastle.version>1.75</bouncycastle.version>

Reply via email to