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 10cacf5  Upgrades Log4j to version 2.17.1
10cacf5 is described below

commit 10cacf5d0cdd8da2e4d36ce1929c146ddfa17a81
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Dec 30 07:18:36 2021 +0100

    Upgrades Log4j to version 2.17.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9615c8..0694c54 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.17.0</log4j2.version>
+        <log4j2.version>2.17.1</log4j2.version>
         <jetty-plugin.version>9.4.35.v20201120</jetty-plugin.version>
         <maven.javadoc.skip>true</maven.javadoc.skip>
     </properties>

Reply via email to