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/12/11 08:51:36 UTC

[mina-sshd] 11/15: Upgraded Spring integration version to 5.4.2

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 2b129e0841f0f35ad18aebd46cbdc3a79eb6bfb4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 10 13:36:21 2020 +0200

    Upgraded Spring integration version to 5.4.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 eb37c5c..fb3fb65 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.1</spring.integration.version>
+        <spring.integration.version>5.4.2</spring.integration.version>
     </properties>
 
     <dependencyManagement>