Skip to content

Commit

Permalink
[FIXED JENKINS-18775] Integrated XStream 1.4.4-jenkins-4 with attempt…
Browse files Browse the repository at this point in the history
…ed fix for race condition.

(cherry picked from commit 89c94dd)
  • Loading branch information
jglick authored and olivergondza committed Sep 17, 2013
1 parent 1a7841b commit 20004f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -238,7 +238,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>xstream</artifactId>
<version>1.4.4-jenkins-3</version>
<version>1.4.4-jenkins-4</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
Expand Down

1 comment on commit 20004f8

@jglick
Copy link
Member Author

@jglick jglick commented on 20004f8 Sep 18, 2013

Choose a reason for hiding this comment

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

Note that there was concern that this introduced JENKINS-19561, though the report predated the fix of JENKINS-16301 which is already in 1.509.3.

Please sign in to comment.