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/12/18 20:26:59 UTC

[camel-k-runtime] 02/05: chore(deps): update log4j2 to v2.13.0

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 008c3fb0673420504af208c1ce9696b56293a918
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Dec 18 19:35:17 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index c68cb24..cd740e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <commons-text.version>1.8</commons-text.version>
         <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
         <assertj.version>3.14.0</assertj.version>
-        <log4j2.version>2.12.1</log4j2.version>
+        <log4j2.version>2.13.0</log4j2.version>
         <slf4j.version>1.7.29</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
         <kotlin.version>1.3.61</kotlin.version>