This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new a333eb0a Upgrade Log4J to version 2.18.0
a333eb0a is described below
commit a333eb0a39a377d958112d1dbfc23e83f60a8089
Author: Andrea Cosentino <[email protected]>
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>