diff --git a/changelog.html b/changelog.html index de4bba4abbbd3679ba5ee4a069e604cee14cc8d8..eaa9c776ebd58046cbb83b6115a64c1b9e7d5115 100644 --- a/changelog.html +++ b/changelog.html @@ -70,6 +70,12 @@ Upcoming changes
  • Added RobustMapConverter. (issue 22398) +
  • + JNLP slaves now satisfies stricter requirements imposed by JDK7u45. + (issue 20204) +
  • + Fixed NPE executing Pipe.EOF with ProxyWriter + (issue 20769) diff --git a/pom.xml b/pom.xml index 2d270c97de1ffa0a625c75d4fc30e0cc7dce0a5b..0334916e2fb6271d419aead8de640f98ee4b3316 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ THE SOFTWARE. org.jenkins-ci.main remoting - 2.33 + 2.35