You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/19 06:47:39 UTC

[camel-spring-boot] branch master updated: Upgrade logger

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 750446e  Upgrade logger
750446e is described below

commit 750446ebceead0d1c5c0302547e1d6d38c94401d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Dec 19 05:28:35 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 0a1db03..1899997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
         <jolokia-version>1.6.2</jolokia-version>
         <junit-jupiter-version>5.5.2</junit-jupiter-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
-        <log4j2-version>2.12.1</log4j2-version>
+        <log4j2-version>2.13.0</log4j2-version>
         <lucene3-version>3.6.0</lucene3-version>
         <maven-checkstyle-plugin-version>3.1.0</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.26</maven-checkstyle-version>