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 07:25:23 UTC

[mina-sshd] 08/17: Upgraded Spring Integration version to 5.3.0

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch SSHD-966
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit bff5387a9771a09739733e6f7a5a1fdb8263c6ed
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:13:28 2020 +0300

    Upgraded Spring Integration version to 5.3.0
---
 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 1032ec3..888a850 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.5.RELEASE</spring.integration.version>
+        <spring.integration.version>5.3.0.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>