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/20 06:43:28 UTC

[struts-examples] branch master updated: log4j 2.17.0

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 dfcfce8  log4j 2.17.0
     new 855744e  Merge pull request #121 from sullis/log4j-2.17.0
dfcfce8 is described below

commit dfcfce8848a49c14bf6407d927235a622937aa20
Author: Sean C. Sullivan <gi...@seansullivan.com>
AuthorDate: Sun Dec 19 12:54:22 2021 -0800

    log4j 2.17.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d42226..100f407 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <struts2.version>6.0.0-RC1</struts2.version>
-        <log4j2.version>2.15.0</log4j2.version>
+        <log4j2.version>2.17.0</log4j2.version>
         <jetty-plugin.version>9.4.35.v20201120</jetty-plugin.version>
         <maven.javadoc.skip>true</maven.javadoc.skip>
     </properties>