This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit d587ec6025be8104eb4e5a41fcd391b6342573e4 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Mon Aug 26 15:50:33 2019 +0300 Upgraded SLF4J version to 1.7.28 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69d858b..09d8ae2 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version> <bouncycastle.version>1.62</bouncycastle.version> - <slf4j.version>1.7.26</slf4j.version> + <slf4j.version>1.7.28</slf4j.version> <spring.version>5.1.8.RELEASE</spring.version> <jgit.version>5.4.0.201906121030-r</jgit.version> <junit.version>4.12</junit.version>