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:03 UTC

[camel-k-runtime] 07/09: chore(deps): update slf4j to v1.7.28

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 f6944927145e3ff01eff94c8fdeace8559b615b1
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 13 18:59:02 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 1cfd4cd..4997c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         <commons-collections4.version>4.4</commons-collections4.version>
         <assertj.version>3.13.2</assertj.version>
         <log4j2.version>2.12.0</log4j2.version>
-        <slf4j.version>1.7.26</slf4j.version>
+        <slf4j.version>1.7.28</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
         <kotlin.version>1.3.41</kotlin.version>
         <snakeyaml.version>1.24</snakeyaml.version>