Skip to content

Commit

Permalink
[JENKINS-19445, JENKINS-34213, JENKINS-34808] Bump remoting to 2.58.
Browse files Browse the repository at this point in the history
Changes:
* [JENKINS-34213](https://issues.jenkins-ci.org/browse/JENKINS-34213) - Ensure that the unexporter cleans up whatever it can each sweep (jenkinsci/remoting#81)
* [JENKINS-19445](https://issues.jenkins-ci.org/browse/JENKINS-19445) Force class load on UserRequest in order to prevent deadlock on windows nodes when using JNA and Subversion (jenkinsci/remoting#81)
* [JENKINS-34808](https://issues.jenkins-ci.org/browse/JENKINS-34808) - Allow user to adjust socket timeout (jenkinsci/remoting#68)
  • Loading branch information
oleg-nenashev committed May 13, 2016
1 parent a2496e3 commit ff0bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.57</version>
<version>2.58</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ff0bae2

Please sign in to comment.