You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/13 21:24:04 UTC

[camel-k-runtime] 08/09: chore(deps): update log4j to v2.12.1

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 2de43f22d102dc3e1a08e585f2bb351e081aeab9
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 13 18:59:45 2019 +0200

    chore(deps): update log4j to v2.12.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4997c28..21a7a89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <commons-lang.version>3.9</commons-lang.version>
         <commons-collections4.version>4.4</commons-collections4.version>
         <assertj.version>3.13.2</assertj.version>
-        <log4j2.version>2.12.0</log4j2.version>
+        <log4j2.version>2.12.1</log4j2.version>
         <slf4j.version>1.7.28</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
         <kotlin.version>1.3.41</kotlin.version>