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/05/15 08:42:17 UTC

[mina-sshd] 04/16: Upgraded Spring Core version to 5.2.6

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 199fcc635e6a62123ff5bc9b52557c509970ab1b
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:09:32 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 8a95193..8bbde34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
             -->
         <bouncycastle.version>1.64</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spring.version>5.2.5.RELEASE</spring.version>
+        <spring.version>5.2.6.RELEASE</spring.version>
         <jgit.version>5.7.0.202003110725-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.10</bytebuddy.version>