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/04/08 08:04:43 UTC

[mina-sshd] 08/15: Upgraded Spring core version to 5.2.5

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 64ad7af1e993afee2d4ec9ced642aee32f5436a1
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Apr 8 00:11:02 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index dcd590a..a63ff17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
 
         <bouncycastle.version>1.64</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spring.version>5.2.4.RELEASE</spring.version>
+        <spring.version>5.2.5.RELEASE</spring.version>
         <jgit.version>5.7.0.202003110725-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.9</bytebuddy.version>