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/12/07 07:20:49 UTC

[struts-examples] 01/01: Merge pull request #33 from apache/dependabot/maven/struts2.version-2.5.26

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

commit 297f4c994868aeff4056717d5c0ea82cb7420be1
Merge: 80acea3 865b824
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Dec 7 08:20:38 2020 +0100

    Merge pull request #33 from apache/dependabot/maven/struts2.version-2.5.26
    
    Bump struts2.version from 2.5.25 to 2.5.26

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

diff --cc pom.xml
index 62d3ae7,7a46261..e24aa98
--- a/pom.xml
+++ b/pom.xml
@@@ -41,9 -41,9 +41,9 @@@
  
      <properties>
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-         <struts2.version>2.5.25</struts2.version>
+         <struts2.version>2.5.26</struts2.version>
          <log4j2.version>2.13.3</log4j2.version>
 -        <jetty-plugin.version>9.4.22.v20191022</jetty-plugin.version>
 +        <jetty-plugin.version>9.4.35.v20201120</jetty-plugin.version>
      </properties>
  
      <profiles>