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:06 UTC

[mina-sshd] 10/18: Upgraded Spring integration version to 5.1.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 6f6d84f0e303343c9ff6ca80b20124b5247e770d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:47:28 2019 +0300

    Upgraded Spring integration version to 5.1.6
---
 sshd-spring-sftp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 65b536e..88c3d0c 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <spring.integration.version>5.1.5.RELEASE</spring.integration.version>
+        <spring.integration.version>5.1.6.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>