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 3cae1910d45828596655aa71e4cbb2cacb787cf4 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Jun 9 14:59:21 2022 +0200 Upgrades Struts to version 6.0.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 365043a..62219b3 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <struts2.version>6.0.0-RC3</struts2.version> + <struts2.version>6.0.0</struts2.version> <log4j2.version>2.17.2</log4j2.version> - <jetty-plugin.version>9.4.35.v20201120</jetty-plugin.version> + <jetty-plugin.version>9.4.46.v20220331</jetty-plugin.version> <maven.javadoc.skip>true</maven.javadoc.skip> </properties>