This is an automated email from the ASF dual-hosted git repository.
cbeikov 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 c2b9270 DELTASPIKE-1420 upgrade to ASM 9.0
c2b9270 is described below
commit c2b92702fe21d096a27250e21202f4a29c3580fb
Author: Christian Beikov <[email protected]>
AuthorDate: Mon Nov 30 20:37:13 2020 +0100
DELTASPIKE-1420 upgrade to ASM 9.0
---
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 d606aaa..2be85f5 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>8.0.1</asm.version>
+ <asm.version>9.0</asm.version>
<!-- Geronimo specs -->
<geronimo-annotation_1.2_spec.version>1.0</geronimo-annotation_1.2_spec.version>