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/12/24 18:32:54 UTC

[mina-sshd] 12/12: Upgraded Spring integration version to 5.2.2

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 c7b9314400cee6a612d16666b1bde12c66ab55de
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Dec 24 19:55:17 2019 +0200

    Upgraded Spring integration version to 5.2.2
---
 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 563e764..96644d9 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.2.1.RELEASE</spring.integration.version>
+        <spring.integration.version>5.2.2.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>