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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 80721d0  [KARAF-7041] Upgrade to ASM 9.1
80721d0 is described below

commit 80721d082b4017ec158fc7ca80ff88cfeb0b19e8
Author: jbonofre <jbono...@apache.org>
AuthorDate: Sun Feb 21 08:17:52 2021 +0100

    [KARAF-7041] Upgrade to ASM 9.1
    
    (cherry picked from commit 1c39664e66b7902deb527b011956c9e9f76d6693)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a008688..5e40752 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <aspectj.bundle.version>1.9.5_1</aspectj.bundle.version>
         <antlr.bundle.version>2.7.7_5</antlr.bundle.version>
         <asm6.version>6.2.1</asm6.version>
-        <asm.version>9.0</asm.version>
+        <asm.version>9.1</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <camel.version>3.6.0</camel.version>

Reply via email to