You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/07/30 20:09:30 UTC

[camel] branch master updated: Upgrade Log4j2 to version 2.11.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 05eb6ca  Upgrade Log4j2 to version 2.11.1
05eb6ca is described below

commit 05eb6caca4a179eebb2d109c6f5daef3306632cd
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Jul 30 22:09:15 2018 +0200

    Upgrade Log4j2 to version 2.11.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5cb15f7..fcd5f89 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -456,7 +456,7 @@
     <!-- virtual dependency only used by Eclipse m2e -->
     <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
     <log4j-version>1.2.17</log4j-version>
-    <log4j2-version>2.11.0</log4j2-version>
+    <log4j2-version>2.11.1</log4j2-version>
     <lucene3-bundle-version>3.6.0_1</lucene3-bundle-version>
     <lucene3-version>3.6.0</lucene3-version>
     <lucene-bundle-version>7.2.1_1</lucene-bundle-version>