修复Stream 1.4.17 出现的漏洞

This commit is contained in:
stivepeim
2023-06-14 17:47:29 +08:00
parent e7ce8a8e01
commit b46a4d3a5d
2 changed files with 2 additions and 1 deletions

View File

@@ -271,6 +271,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.18</version>
</dependency>
<!-- 开发阶段热部署-->

View File

@@ -256,7 +256,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10</version>
<version>1.4.18</version>
</dependency>