You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by sd...@apache.org on 2017/04/23 13:39:25 UTC

struts-examples git commit: updated log4j2 to version 2.8.2 (WW-4780)

Repository: struts-examples
Updated Branches:
  refs/heads/master 6711d4381 -> 51a2f1874


updated log4j2 to version 2.8.2 (WW-4780)


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/51a2f187
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/51a2f187
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/51a2f187

Branch: refs/heads/master
Commit: 51a2f18740c496424c5456bec417958d86fefe7f
Parents: 6711d43
Author: Stefaan Dutry <st...@gmail.com>
Authored: Sun Apr 23 15:38:32 2017 +0200
Committer: Stefaan Dutry <st...@gmail.com>
Committed: Sun Apr 23 15:38:32 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/51a2f187/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1e40f3d..16778d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <struts2.version>2.5.11-SNAPSHOT</struts2.version>
-        <log4j2.version>2.8</log4j2.version>
+        <log4j2.version>2.8.2</log4j2.version>
     </properties>
 
     <modules>