You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/20 05:54:37 UTC

[karaf] branch master updated: [KARAF-6863] Upgrade to ASM 9.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fc63f19  [KARAF-6863] Upgrade to ASM 9.0
     new 8145dc3  Merge pull request #1242 from jbonofre/KARAF-6863
fc63f19 is described below

commit fc63f19c2e42f446cdbebd44fc680a832c7573c5
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Oct 19 19:13:22 2020 +0200

    [KARAF-6863] Upgrade to ASM 9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f9ca7b..b6ebdd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
         <activemq.version>5.15.11</activemq.version>
         <aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>
         <aspectj.bundle.version>1.9.5_1</aspectj.bundle.version>
-        <asm.version>8.0.1</asm.version>
+        <asm.version>9.0</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <bouncycastle.version>1.66</bouncycastle.version>