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 2021/12/14 06:51:04 UTC

[struts-examples] branch master updated: Uses the latest 2.15.0 Log4j version

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 9908644  Uses the latest 2.15.0 Log4j version
9908644 is described below

commit 9908644d18a808c6f9456f38dd55cc1129cbeec3
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Dec 14 07:51:00 2021 +0100

    Uses the latest 2.15.0 Log4j version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index daab1fd..9f6ba0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <struts2.version>2.5.28</struts2.version>
-        <log4j2.version>2.10.0</log4j2.version>
+        <log4j2.version>2.15.0</log4j2.version>
         <jetty-plugin.version>9.4.35.v20201120</jetty-plugin.version>
         <maven.javadoc.skip>true</maven.javadoc.skip>
     </properties>