You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by am...@apache.org on 2018/09/02 19:09:33 UTC

[struts] branch master updated: WW-4956 Upgrade to Log4j2 2.11.1

This is an automated email from the ASF dual-hosted git repository.

amashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new fd63512  WW-4956 Upgrade to Log4j2 2.11.1
fd63512 is described below

commit fd63512318adc5cbc1f5d627e4ae0f7f257649ce
Author: Aleksandr Mashchenko <am...@apache.org>
AuthorDate: Sun Sep 2 22:08:33 2018 +0300

    WW-4956 Upgrade to Log4j2 2.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b6e79d..9af53c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <asm.version>5.2</asm.version>
         <tiles.version>3.0.8</tiles.version>
         <tiles-request.version>1.0.7</tiles-request.version>
-        <log4j2.version>2.10.0</log4j2.version>
+        <log4j2.version>2.11.1</log4j2.version>
         <jackson.version>2.9.5</jackson.version>
 
         <!-- Site generation -->