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 844ea7a  [WW-5148] Upgrade ASM to version 9.2
     new 3352d65  Merge pull request #509 from sepe81/patch-1
844ea7a is described below

commit 844ea7a0c1ecddb79dd4e7f019ac6defb9279d5c
Author: Sebastian Peters <sebastian.pet...@gmail.com>
AuthorDate: Tue Nov 16 23:25:47 2021 +0100

    [WW-5148] Upgrade ASM to version 9.2
    
    with JDK 17 and 18 support 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 424a3d7..f5d8f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <java.version>1.8</java.version>
 
         <!-- dependency versions in alphanumeric order -->
-        <asm.version>9.0</asm.version>
+        <asm.version>9.2</asm.version>
         <jackson.version>2.10.5</jackson.version>
         <jackson-databind.version>2.10.5.1</jackson-databind.version>
         <log4j2.version>2.13.3</log4j2.version>

Reply via email to