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 56c997bc50d73d04c406b842dd1effa3ea1a5c18
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Nov 13 07:32:07 2019 +0100

    Upgrades to the latest versions of Struts, Log4j2 and Jetty
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e61f9e2..ba12efa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <struts2.version>2.5.17</struts2.version>
-        <log4j2.version>2.9.1</log4j2.version>
-        <jetty-plugin.version>9.4.11.v20180605</jetty-plugin.version>
+        <struts2.version>2.5.20</struts2.version>
+        <log4j2.version>2.12.1</log4j2.version>
+        <jetty-plugin.version>9.4.22.v20191022</jetty-plugin.version>
     </properties>
 
     <modules>

Reply via email to