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/01/29 07:30:59 UTC

[mina-sshd] 06/07: Upgraded Spring core version to 5.1.4

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 f9c403dac4ff85f5b36ff682a43359b343632a16
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jan 29 09:06:51 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 94187e0..9cc1805 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 
         <bouncycastle.version>1.60</bouncycastle.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <spring.version>5.1.3.RELEASE</spring.version>
+        <spring.version>5.1.4.RELEASE</spring.version>
         <jgit.version>5.2.1.201812262042-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.9.8</bytebuddy.version>