Skip to content

Commit 62a5ddd

Browse files
Update remoting to 2.62.2
This PR picks the latest available version of remoting stable-2.x. All the fixes have been integrated into remoting-3.0 and soaked enough. * [JENKINS-38539](https://issues.jenkins-ci.org/browse/JENKINS-38539) - Stability: Turn on SO_KEEPALIVE by default and provide CLI option to turn it off again. (jenkinsci/remoting#110) * [JENKINS-37539](https://issues.jenkins-ci.org/browse/JENKINS-37539) - Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty. (jenkinsci/remoting#101) * [CID-152201] - Fix resource leak in <code>remoting.jnlp.Main</code>. (jenkinsci/remoting#102) * [CID-152200,CID-152202] - Resource leak in Encryption Cipher I/O streams on exceptional paths. (jenkinsci/remoting#104)
1 parent 6edd35d commit 62a5ddd

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
@@ -180,7 +180,7 @@ THE SOFTWARE.
180180
<dependency>
181181
<groupId>org.jenkins-ci.main</groupId>
182182
<artifactId>remoting</artifactId>
183-
<version>2.62</version>
183+
<version>2.62.2</version>
184184
</dependency>
185185

186186
<dependency>

0 commit comments

Comments
 (0)