Upgrade XStream to 1.4.21 (#4457)

* Upgrade XStream from 1.4.20 to 1.4.21, fixes CVE-2024-47072.
  See changelog at https://x-stream.github.io/changes.html#1.4.21

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2024-11-18 23:34:06 +01:00
committed by GitHub
parent d7495d26fe
commit 660102e3f9
25 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
<version>1.4.21</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>