Skip to content

Commit

Permalink
Merge pull request spring-projects#775 from garyrussell/INT-2968
Browse files Browse the repository at this point in the history
* garyrussell-INT-2968:
  INT-2968 SFTP - Update JSch to 1.49
  • Loading branch information
ghillert committed Mar 28, 2013
2 parents ea68746 + 3cce459 commit 110957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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")
Expand Down

0 comments on commit 110957f

Please sign in to comment.