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 b26c38c0969c8121b9942390fd3223426a883e55 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Mon Aug 26 15:59:00 2019 +0300 Upgraded Spring integration version to 5.1.7 --- 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 88c3d0c..967ea6c 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.6.RELEASE</spring.integration.version> + <spring.integration.version>5.1.7.RELEASE</spring.integration.version> </properties> <dependencyManagement>