Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXES JENKINS-42371] - Update remoting from 3.5 to 3.7 (#2773)
* [FIXES JENKINS-42371] - Update remoting to 3.6

Fixed issues:

* [JENKINS-42371](https://issues.jenkins-ci.org/browse/JENKINS-42371) - Properly close the `URLConnection` when parsing connection arguments from the JNLP file. It was causing a descriptor leak in the case of multiple connection attempts. ([PR #152](jenkinsci/remoting#152))

* Remoting 3.6 has been burned

(cherry picked from commit b6e4fb4)
  • Loading branch information
oleg-nenashev authored and olivergondza committed Mar 13, 2017
1 parent 08c5da3 commit 3e3806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -181,7 +181,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>3.5</version>
<version>3.7</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3e3806a

Please sign in to comment.