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 2019/11/17 18:33:12 UTC

[mina-sshd] 05/07: Upgraded Spring core version to 5.2.1

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 0df0be87f059cb9bb967d559b2f09f40cdf90506
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sun Nov 17 19:57:37 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 98fb8ba..49fae17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
 
         <bouncycastle.version>1.64</bouncycastle.version>
         <slf4j.version>1.7.29</slf4j.version>
-        <spring.version>5.2.0.RELEASE</spring.version>
+        <spring.version>5.2.1.RELEASE</spring.version>
         <jgit.version>5.5.1.201910021850-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.10.3</bytebuddy.version>