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:27:00 UTC

[camel-k-runtime] 03/05: chore(deps): update slf4j to v1.7.30

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

    chore(deps): update slf4j to v1.7.30
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd740e1..ec67e07 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.13.0</log4j2.version>
-        <slf4j.version>1.7.29</slf4j.version>
+        <slf4j.version>1.7.30</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
         <kotlin.version>1.3.61</kotlin.version>
         <snakeyaml.version>1.25</snakeyaml.version>