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

yasserzamani 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 7c72107  WW-5098 Upgrade asm to 9.0
     new d0b64e4  Merge pull request #448 from sepe81/update-to-asm-9
7c72107 is described below

commit 7c721075b73a7bfce694696cbed8f0b0eed3c5a4
Author: Sebastian Peters <s.pet...@data-team.de>
AuthorDate: Tue Nov 17 15:45:14 2020 +0100

    WW-5098 Upgrade asm to 9.0
    
    with JDK 16 support (sealed classes)
    according to https://asm.ow2.io/versions.html
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index accf230..ff440f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <java.version>1.8</java.version>
 
         <!-- dependency versions in alphanumeric order -->
-        <asm.version>7.3.1</asm.version>
+        <asm.version>9.0</asm.version>
         <jackson.version>2.10.3</jackson.version>
         <log4j2.version>2.13.3</log4j2.version>
         <ognl.version>3.2.14</ognl.version>

Reply via email to