Upgrade XStream to 1.4.19 (#2738)

This addresses CVE-2021-43859, see:

https://x-stream.github.io/changes.html

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2022-02-06 21:33:10 +01:00
committed by GitHub
parent e1962843d5
commit d1a4d226b6
15 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.18</version>
<version>1.4.19</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>