Skip to content

Commit

Permalink
upgraded to latests XStream version -- have tested and it seems to wo…
Browse files Browse the repository at this point in the history
…rk, 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
  • Loading branch information
greenwoodma committed Nov 14, 2023
1 parent ee80b12 commit f15c9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.17</version>
<version>1.4.20</version>
<scope>compile</scope>
<exclusions>
<!-- we will pull in the full xpp3 so we don't need these -->
Expand Down

0 comments on commit f15c9d3

Please sign in to comment.