diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-08-14 16:45:20 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-08-14 16:45:20 +0800 |
commit | 7f0fd7e161844aab4e73000da4f901bec753ad6b (patch) | |
tree | afc8a10e227564814aa63890cf65f09707832598 | |
parent | 7befc48719f684048f5975dfe54e5a79c5255f97 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. --> |