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

[mina-sshd] 11/16: Upgraded Spring core version to 5.3.8

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

    Upgraded Spring core version to 5.3.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15ae2bd..82adeb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.31</slf4j.version>
         <logback.version>1.2.3</logback.version>        
-        <spring.version>5.3.6</spring.version>
+        <spring.version>5.3.8</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.5</bytebuddy.version>