Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-9679] integrated remoting 2.21 that contains the fix.
(cherry picked from commit 8a4bedd)

Conflicts:
	changelog.html
	pom.xml
  • Loading branch information
kohsuke authored and vjuranek committed Jan 25, 2013
1 parent cb6f200 commit 7bc441d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Fixed <tt>NoClassDefFoundError: Base64</tt> with the <tt>-jnlpCredentials</tt> option.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9679">issue 9679</a>)
<li class=bug>
Fixed RememberMe cookie signature generation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16278">issue 16278</a>)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -190,7 +190,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.19</version>
<version>2.21</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7bc441d

Please sign in to comment.