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 2019/10/20 15:49:37 UTC

[karaf] branch master updated: [KARAF-6470] Upgrade to ASM 7.2

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 4081a8c  [KARAF-6470] Upgrade to ASM 7.2
     new 3126c93  Merge pull request #967 from jbonofre/KARAF-6470
4081a8c is described below

commit 4081a8cddd5e17f9999f709e058b2b7776f4d91c
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Oct 20 08:53:11 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 726cf2e..2506c43 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.1</asm.version>
+        <asm.version>7.2</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <bouncycastle.version>1.62</bouncycastle.version>