From 3cce4593356942f7c462eb999a896dc1ea34a64e Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 27 Mar 2013 16:05:40 -0400 Subject: [PATCH] INT-2968 SFTP - Update JSch to 1.49 Ran SFTP samples to verify. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 899f330d78..4cd21a1109 100644 --- a/build.gradle +++ b/build.gradle @@ -459,7 +459,7 @@ project('spring-integration-sftp') { compile project(":spring-integration-core") compile project(":spring-integration-file") compile project(":spring-integration-stream") - compile "com.jcraft:jsch:0.1.45" + compile "com.jcraft:jsch:0.1.49" compile "org.springframework:spring-context-support:$springVersion" compile("javax.activation:activation:$javaxActivationVersion", optional) testCompile project(":spring-integration-test")