chore: Upgrade xstream to avoid potential security vulnerability

This commit is contained in:
Robin Shen 2024-11-08 10:21:24 +08:00
parent 4b67ee81a8
commit 5e5e1c1613

View File

@ -445,7 +445,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
<version>1.4.21</version>
</dependency>
<dependency>
<groupId>com.joestelmach</groupId>