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 2020/10/13 06:10:00 UTC

[struts-examples] branch master updated: Uses Struts 2.5.25

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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 897d471  Uses Struts 2.5.25
897d471 is described below

commit 897d471288d4a5a3c00ec1dd88b83d3140ef75ef
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Oct 13 08:09:54 2020 +0200

    Uses Struts 2.5.25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f60ac5..0ef35c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <struts2.version>2.5.22</struts2.version>
+        <struts2.version>2.5.25</struts2.version>
         <log4j2.version>2.13.3</log4j2.version>
         <jetty-plugin.version>9.4.22.v20191022</jetty-plugin.version>
     </properties>