浏览代码

update xstream to 1.4.15

Jason Song 4 年之前
父节点
当前提交
b2cb90e93d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -286,6 +286,12 @@
 				<artifactId>guice</artifactId>
 				<version>4.1.0</version>
 			</dependency>
+			<!-- to fix CVE-2020-26217 -->
+			<dependency>
+				<groupId>com.thoughtworks.xstream</groupId>
+				<artifactId>xstream</artifactId>
+				<version>1.4.15</version>
+			</dependency>
 			<!--for test -->
 			<dependency>
 				<groupId>com.h2database</groupId>