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:48:58 UTC

[camel-examples] branch master updated: 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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 45031ea  Dependency alignment with Camel master: Log4j2 to version 2.13.1
45031ea is described below

commit 45031ea0544c1b9e1dcebd6b7fc1dc77d71e6401
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 11:48:30 2020 +0100

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

diff --git a/examples/pom.xml b/examples/pom.xml
index 4d6b2b7..f95245f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -226,7 +226,7 @@
         <junit-jupiter-version>5.5.2</junit-jupiter-version>
         <junit-version>4.12</junit-version>
         <karaf4-version>4.2.8</karaf4-version>
-        <log4j2-version>2.13.0</log4j2-version>
+        <log4j2-version>2.13.1</log4j2-version>
         <log4j-version>1.2.17</log4j-version>
         <logback-version>1.2.3</logback-version>
         <hsqldb-version>2.5.0</hsqldb-version>