Try xstream 1.4.12 instead

This commit is contained in:
Tom Morris 2020-07-13 13:53:54 -04:00 committed by GitHub
parent bc92d96e2c
commit 4e6e080d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.4.10-java7</version> <version>1.4.12</version>
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>
@ -479,4 +479,3 @@
</dependencies> </dependencies>
</project> </project>