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 2020/12/11 08:51:35 UTC

[mina-sshd] 10/15: Upgraded Spring core version to 5.3.2

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 88ea3452ec4bd0707ed052dfe0a46e99d28a1d02
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 10 13:35:17 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 03a6d5c..97b132e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <bouncycastle.version>1.67</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        
-        <spring.version> 5.3.1</spring.version>
+        <spring.version>5.3.2</spring.version>
         <jgit.version>5.9.0.202009080501-r</jgit.version>
         <junit.version>4.13.1</junit.version>
         <bytebuddy.version>1.10.18</bytebuddy.version>