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/07/18 12:10:04 UTC

[mina-sshd] 08/18: Upgraded Spring core version to 5.1.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 d22240ae59b75eb005d350f7d3d450ae8accf279
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:42:18 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 014c737..6e5bf61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 
         <bouncycastle.version>1.62</bouncycastle.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <spring.version>5.1.7.RELEASE</spring.version>
+        <spring.version>5.1.8.RELEASE</spring.version>
         <jgit.version>5.4.0.201906121030-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.9.14</bytebuddy.version>