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:24:00 UTC

[karaf] branch master 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 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 1aec59f  [KARAF-6670] Upgrade to ASM 8.0.1
     new 923d79d  Merge pull request #1093 from jbonofre/KARAF-6670
1aec59f is described below

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

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

diff --git a/pom.xml b/pom.xml
index 7c3f3fd..f83f5cc 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>
         <bouncycastle.version>1.62</bouncycastle.version>