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 1c39664 [KARAF-7041] Upgrade to ASM 9.1 new 0e88b03 Merge pull request #1298 from jbonofre/KARAF-7041 1c39664 is described below commit 1c39664e66b7902deb527b011956c9e9f76d6693 Author: jbonofre <jbono...@apache.org> AuthorDate: Sun Feb 21 08:17:52 2021 +0100 [KARAF-7041] Upgrade to ASM 9.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 659e0ae..2886525 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>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> <bouncycastle.version>1.66</bouncycastle.version>