You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/11/10 09:32:12 UTC

[camel-k-runtime] branch master updated: Upgrade slf4j

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fea0875  Upgrade slf4j
fea0875 is described below

commit fea0875bababa77232852de2c029cd96e6d1db7c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Nov 10 10:31:56 2019 +0100

    Upgrade slf4j
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 32176cc..fa429b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
         <assertj.version>3.14.0</assertj.version>
         <log4j2.version>2.12.1</log4j2.version>
-        <slf4j.version>1.7.28</slf4j.version>
+        <slf4j.version>1.7.29</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
         <kotlin.version>1.3.50</kotlin.version>
         <snakeyaml.version>1.25</snakeyaml.version>