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 2022/08/05 13:11:41 UTC

[camel-kamelets] 01/01: Upgrade Log4J to version 2.18.0

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

acosentino pushed a commit to branch log4j-2.18.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit b24fd3e6383c3d21b467fc9d1087e8093715d46e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 5 15:10:44 2022 +0200

    Upgrade Log4J to version 2.18.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7e8d412..b0d295cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
 
         <camel.version>3.18.0</camel.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <log4j.version>2.17.2</log4j.version>
+        <log4j.version>2.18.0</log4j.version>
         <jackson.version>2.13.3</jackson.version>
         <camel.k.extension.version>6.0.0</camel.k.extension.version>
         <commons.io.version>2.11.0</commons.io.version>