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 8a03c5735dd8fd608a92e16e19d02f6b2ccccc24 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Mar 26 09:09:18 2021 +0300 Updated Spring integration version to 5.4.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 6ba079b..82eebf2 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.4.3</spring.integration.version> + <spring.integration.version>5.4.5</spring.integration.version> </properties> <dependencyManagement>