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 74e73f08780907676a2e34b8fd1438f8741d6b97 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Jul 22 19:59:19 2021 +0300 Upgraded Spring integration version to 5.5.2 --- 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 354d6e1..3566780 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.5.1</spring.integration.version> + <spring.integration.version>5.5.2</spring.integration.version> </properties> <dependencyManagement>