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 621a8db Upgrades Log4j to version 2.13.3 621a8db is described below commit 621a8dbe0d71cf221bc584b5b9c9001cf890397a Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon May 18 07:47:29 2020 +0200 Upgrades Log4j to version 2.13.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf8862e..0f60ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <struts2.version>2.5.22</struts2.version> - <log4j2.version>2.12.1</log4j2.version> + <log4j2.version>2.13.3</log4j2.version> <jetty-plugin.version>9.4.22.v20191022</jetty-plugin.version> </properties>