You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/19 10:22:36 UTC

[camel-spring-boot] 02/02: Dependency alignment with Camel master: Log4j2 to version 2.13.1

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

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

commit 6756aabdb6cacfb5e76f73e2a0e6bbbe70cf49a5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 11:05:15 2020 +0100

    Dependency alignment with Camel master: Log4j2 to version 2.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c19daab..c0ad95f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
         <jolokia-version>1.6.2</jolokia-version>
         <junit-jupiter-version>5.6.0</junit-jupiter-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
-        <log4j2-version>2.13.0</log4j2-version>
+        <log4j2-version>2.13.1</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>