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/04/10 05:26:36 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6670] Upgrade to ASM 8.0.1

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 39b5b52  [KARAF-6670] Upgrade to ASM 8.0.1
39b5b52 is described below

commit 39b5b521abbd19c8b6cfcd1b6012d058e6442125
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Apr 9 09:44:39 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 2820f24..d4d2c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <ant.bundle.version>1.10.7_1</ant.bundle.version>
         <antlr.bundle.version>2.7.7_5</antlr.bundle.version>
         <asm6.version>6.2.1</asm6.version>
-        <asm.version>7.2</asm.version>
+        <asm.version>8.0.1</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <camel.version>2.24.3</camel.version>