Skip to content

Commit b6e4fb4

Browse files
[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
1 parent e698d1d commit b6e4fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ THE SOFTWARE.
176176
<dependency>
177177
<groupId>org.jenkins-ci.main</groupId>
178178
<artifactId>remoting</artifactId>
179-
<version>3.5</version>
179+
<version>3.7</version>
180180
</dependency>
181181

182182
<dependency>

0 commit comments

Comments
 (0)