Skip to content

Commit

Permalink
[JENKINS-37140,JENKINS-36991] - Upgrade remoting to 2.61
Browse files Browse the repository at this point in the history
Fixed issues:
* [JENKINS-37140](https://issues.jenkins-ci.org/browse/JENKINS-37140) -
JNLP Slave connection issue with *JNLP3-connect* protocol when the generated encrypted cookie contains a newline symbols.
(jenkinsci/remoting#95)
* [JENKINS-36991](https://issues.jenkins-ci.org/browse/JENKINS-36991) -
Unable to load class when remote classloader gets interrupted.
(jenkinsci/remoting#94)

Enhancements:
* Improve diagnostics for Jar Cache write errors.
(jenkinsci/remoting#91)
  • Loading branch information
oleg-nenashev committed Aug 6, 2016
1 parent 5333956 commit c19ff6a
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 @@ -180,7 +180,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.60</version>
<version>2.61</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c19ff6a

Please sign in to comment.