You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/06/26 09:06:40 UTC

[mina-sshd] 10/16: Upgraded slf4j version to 1.7.31

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 ffe7a83e0890bafae43e41791c4ae629e2abda66
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:18:29 2021 +0300

    Upgraded slf4j version to 1.7.31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b20956..15ae2bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>3.0.8</groovy.version>
         <bouncycastle.version>1.69</bouncycastle.version>
-        <slf4j.version>1.7.30</slf4j.version>
+        <slf4j.version>1.7.31</slf4j.version>
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.6</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>