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 2021/10/19 18:29:37 UTC

[mina-sshd] 10/14: Upgraded Spring integration version to 5.5.4

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 bdd3d143763e7ab20ee4eb4e43706d35ac2ec4ed
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:04:56 2021 +0300

    Upgraded Spring integration version to 5.5.4
---
 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 3566780..4e9af5a 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.2</spring.integration.version>
+        <spring.integration.version>5.5.4</spring.integration.version>
     </properties>
 
     <dependencyManagement>