This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feat/struts-730-modernization in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 55a9ea43ecb9c8ab21bb2588c418ef731a02b827 Author: Lukasz Lenart <[email protected]> AuthorDate: Fri Aug 14 12:05:21 2026 +0200 Bump Struts to 7.3.0 Co-Authored-By: Claude Opus 5 <[email protected]> --- pom.xml | 2 +- sitemesh3/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2254b52..4203c16 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ <maven.compiler.target>17</maven.compiler.target> <maven.javadoc.skip>true</maven.javadoc.skip> - <struts2.version>7.2.1</struts2.version> + <struts2.version>7.3.0</struts2.version> <log4j2.version>2.25.4</log4j2.version> <jetty-plugin.version>11.0.18</jetty-plugin.version> <jackson.version>2.22.0</jackson.version> diff --git a/sitemesh3/pom.xml b/sitemesh3/pom.xml index 811f0ca..b8b66f5 100644 --- a/sitemesh3/pom.xml +++ b/sitemesh3/pom.xml @@ -20,7 +20,7 @@ <struts2.version>7.0.4-SNAPSHOT</struts2.version> --> <!-- it works with version where FORWARD_SERVLET_PATH is updated --> - <struts2.version>7.2.1</struts2.version> + <struts2.version>7.3.0</struts2.version> </properties> <dependencies>
