Skip to content

Commit

Permalink
Upgrade remoting API to 2.62
Browse files Browse the repository at this point in the history
Version 2.62 contains a fix for the following bugs:
- https://issues.jenkins-ci.org/browse/JENKINS-22853
- https://issues.jenkins-ci.org/browse/JENKINS-23271 (possibly)

This occurs mostly with Java 8.

The remoting version matches with Jenkins 2.18/2.19/2.19.1/2.19.2.
  • Loading branch information
Bertrand Roussel committed Nov 8, 2016
1 parent 7cba173 commit 8ad209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.59</version>
<version>2.62</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down

1 comment on commit 8ad209a

@oleg-nenashev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use 2.62.2 then

Please sign in to comment.