You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/11/11 07:42:49 UTC

[struts] branch master updated: WW-4976 Upgrades ASM to version 7.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 518854a  WW-4976 Upgrades ASM to version 7.0
518854a is described below

commit 518854a08565c894a18168db7777136c9f3b8f99
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Nov 11 08:42:42 2018 +0100

    WW-4976 Upgrades ASM to version 7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccd8e80..0657f80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
 
         <spring.platformVersion>4.3.13.RELEASE</spring.platformVersion>
         <ognl.version>3.2.8</ognl.version>
-        <asm.version>5.2</asm.version>
+        <asm.version>7.0</asm.version>
         <tiles.version>3.0.8</tiles.version>
         <tiles-request.version>1.0.7</tiles-request.version>
         <log4j2.version>2.11.1</log4j2.version>