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 7ab6465f3b775e177a3d1c613e129ff9f5d2c4da Author: Lyor Goldstein <[email protected]> AuthorDate: Tue Apr 23 12:30:20 2019 +0300 Upgraded Spring integration version to 5.1.4 --- 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 91791d4..05cc164 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.3.RELEASE</spring.integration.version> + <spring.integration.version>5.1.4.RELEASE</spring.integration.version> </properties> <dependencyManagement>
