From ab16cda9873050363b7b002d1004f324d7bcbdef Mon Sep 17 00:00:00 2001 From: Doug Kelly Date: Thu, 31 Oct 2013 19:12:05 -0500 Subject: [PATCH] Bump JSch to 1.5.0 to fix Java7 compatibility JSch has an issue where connections will fail intermittently when running under Java 7. This has been fixed in JSch 1.5.0. Bug: Issue 2232 Change-Id: I62121fb731c24736ed79b836fb0ceb1372130951 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4b4b4177d..9ba3677c2f 100644 --- a/pom.xml +++ b/pom.xml @@ -594,7 +594,7 @@ limitations under the License. com.jcraft jsch - 0.1.44-1 + 0.1.50