You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/08/18 08:57:20 UTC

[mina-sshd] 08/18: Upgraded Spring integration version to 5.3.2.RELEASE

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 d764112eb6a8cf491f4b0f397ac98cf09a6a7dae
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:31:24 2020 +0300

    Upgraded Spring integration version to 5.3.2.RELEASE
---
 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 9b2a1f8..a6d3395 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.1.RELEASE</spring.integration.version>
+        <spring.integration.version>5.3.2.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>