Skip to content

Commit

Permalink
[FIXED JENKINS-18537]
Browse files Browse the repository at this point in the history
Integrated the new version of XStream that contains the fix.
  • Loading branch information
kohsuke committed Mar 21, 2014
1 parent 3a58db3 commit 585eb87
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>ArrayIndexOutOfBoundsException</tt> in XStream with Oracle JDK8 release version
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18537">issue 18537</a>)
<li class=bug>
Corrected permission checks for <code>copy-job</code> and <code>create-job</code> CLI commands.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22262">issue 22262</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -219,7 +219,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>xstream</artifactId>
<version>1.4.4-jenkins-5</version>
<version>1.4.7-jenkins-1</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
Expand Down

0 comments on commit 585eb87

Please sign in to comment.