Skip to content

Commit

Permalink
[FIXED JENKINS-18591] - Sporadic connection failures
Browse files Browse the repository at this point in the history
Jsch bug http://sourceforge.net/p/jsch/bugs/58/ causes random connection
failures. Fixed in Jsch 1.50 - updating dependency
  • Loading branch information
svogt committed Jul 3, 2013
1 parent 33d0c09 commit 4af5d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.46</version>
<version>0.1.50</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 4af5d71

Please sign in to comment.