summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-08-14 16:45:20 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-08-14 16:45:20 +0800
commit7f0fd7e161844aab4e73000da4f901bec753ad6b (patch)
treeafc8a10e227564814aa63890cf65f09707832598
parent7befc48719f684048f5975dfe54e5a79c5255f97 (diff)
Tried to Fix Some Vulnerability Issues (xstream)
Change-Id: I8dab193a9e17e0f62edc7290442a550fdc7ec9e4 Issue-ID: HOLMES-345 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c3cb95c..facae68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.10</version>
+ <version>1.4.11</version>
</dependency>
<!-- Do NOT remove org.reflections:reflections. Otherwise, the docker will fail to start. -->