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 453173690368d188ababbd533506ec4358321a31 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Nov 12 17:58:45 2020 +0200 Upgraded Spring integration version to 5.4.1 --- 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 a6d3395..1ef380e 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.3.2.RELEASE</spring.integration.version> + <spring.integration.version>5.4.1</spring.integration.version> </properties> <dependencyManagement>