SPARK-2324: Upgrade XStream from 1.4.19 to 1.4.20

The new version form XStream fixes various vulnerabilities.
This commit is contained in:
Guus der Kinderen 2023-03-14 11:46:16 +01:00
parent 91333459a9
commit a426339032

View File

@ -188,7 +188,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.19</version>
<version>1.4.20</version>
</dependency>
<dependency>