Skip to content

Commit

Permalink
🐛 #1362 升级默认依赖的xstream版本为1.4.11.1以支持jdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Jan 6, 2020
1 parent 7d4dfad commit 7a7a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.11</version>
<version>1.4.11.1</version>
</dependency>
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
<dependency>
Expand Down

0 comments on commit 7a7a920

Please sign in to comment.