You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2021/03/04 21:46:25 UTC

[deltaspike] branch master updated: DELTASPIKE-1420 update to ASM-9.1

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 9282b21  DELTASPIKE-1420 update to ASM-9.1
9282b21 is described below

commit 9282b21ae6c2632d56e0764eec98e8f5a1db0419
Author: Mark Struberg <st...@apache.org>
AuthorDate: Thu Mar 4 22:46:09 2021 +0100

    DELTASPIKE-1420 update to ASM-9.1
---
 deltaspike/parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 92e4a33..8a73017 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -73,7 +73,7 @@
         <mojarra1.version>1.2_14</mojarra1.version>
 
         <!-- used for some bytecode proxy stuff. Shaded in -->
-        <asm.version>9.0</asm.version>
+        <asm.version>9.1</asm.version>
 
         <!-- Geronimo specs -->
         <geronimo-annotation_1.2_spec.version>1.0</geronimo-annotation_1.2_spec.version>