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 5595fe0fcd4bcd9f55f8ff6a6689ba469f15de2f Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Apr 8 00:11:40 2020 +0300 Upgraded Spring integration version to 5.2.5 --- 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 cc010fe..1032ec3 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.4.RELEASE</spring.integration.version> + <spring.integration.version>5.2.5.RELEASE</spring.integration.version> </properties> <dependencyManagement>