Skip to content

Commit 7a7a920

Browse files
committed
🐛 #1362 升级默认依赖的xstream版本为1.4.11.1以支持jdk7
1 parent 7d4dfad commit 7a7a920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.thoughtworks.xstream</groupId>
174174
<artifactId>xstream</artifactId>
175-
<version>1.4.11</version>
175+
<version>1.4.11.1</version>
176176
</dependency>
177177
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
178178
<dependency>

0 commit comments

Comments
 (0)