Skip to content

Commit f15c9d3

Browse files
committed
upgraded to latests XStream version -- have tested and it seems to work, but moving above 1.4.17 means that we now have to use our own security instance. We already do this in core which means everything here should be fine, but any plugins which use XStream may have an issue. If so then they just need to call Gate.configureXStreamSecurity(XStream) prior to using the instance to have the same configuration applied
1 parent ee80b12 commit f15c9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
<dependency>
400400
<groupId>com.thoughtworks.xstream</groupId>
401401
<artifactId>xstream</artifactId>
402-
<version>1.4.17</version>
402+
<version>1.4.20</version>
403403
<scope>compile</scope>
404404
<exclusions>
405405
<!-- we will pull in the full xpp3 so we don't need these -->

0 commit comments

Comments
 (0)