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 3ca705ecefa89341276936164e8fac46248d6f70 Author: Lyor Goldstein <[email protected]> AuthorDate: Fri Jun 19 10:23:59 2020 +0300 Upgraded Spring Integration version to 5.3.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 61e7107..0507fdd 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.0.RELEASE</spring.integration.version> + <spring.integration.version>5.3.1.RELEASE</spring.integration.version> </properties> <dependencyManagement>
