You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2018/11/22 10:39:48 UTC

deltaspike git commit: DELTASPIKE-1357 Update ASM to 7.0

Repository: deltaspike
Updated Branches:
  refs/heads/master 3d524def6 -> 4bef6c54d


DELTASPIKE-1357 Update ASM to 7.0

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/4bef6c54
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/4bef6c54
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/4bef6c54

Branch: refs/heads/master
Commit: 4bef6c54d707a840d622d4feafb7c506338ea253
Parents: 3d524de
Author: Thomas Andraschko <ta...@apache.org>
Authored: Thu Nov 22 11:39:41 2018 +0100
Committer: Thomas Andraschko <ta...@apache.org>
Committed: Thu Nov 22 11:39:41 2018 +0100

----------------------------------------------------------------------
 deltaspike/parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/4bef6c54/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 184b899..2c110d0 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>6.2.1</asm.version>
+        <asm.version>7.0</asm.version>
 
         <!-- Geronimo specs -->
         <geronimo-annotation_1.2_spec.version>1.0</geronimo-annotation_1.2_spec.version>
@@ -141,7 +141,7 @@
         <!-- validator related -->
         <hibernate.validator.version>4.3.1.Final</hibernate.validator.version>
         <bval.version>0.5</bval.version>
-        
+
         <!-- Versions of common dependencies within Weld profiles -->
         <weld.el.api>2.2</weld.el.api>
         <weld.sfl4j>1.7.2</weld.sfl4j>