Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkins remoting to 3.3 (#2671)
* JENKINS-25218 - Hardening of FifoBuffer operation logic. The change improves the original fix in `remoting-2.54`.
* JENKINS-39547 - Corrupt agent JAR cache causes agents to malfunction.

Improvements:

* JENKINS-40491 - Improve diagnostincs of the preliminary FifoBuffer termination.
* ProxyException now retains any suppressed exceptions.
  • Loading branch information
oleg-nenashev committed Dec 17, 2016
1 parent 673cc13 commit ef588be
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.2</version>
<version>3.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ef588be

Please sign in to comment.