Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 9, 2020
1 parent 8d5c39d commit 96853ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>shop Maven Webapp</name>
<url>http://maven.apache.org</url>
<properties>
<spring.version>5.1.7.RELEASE</spring.version>
<spring.version>5.1.13.RELEASE</spring.version>
<aop.version>1.8.10</aop.version>
<mybatis.version>3.4.1</mybatis.version>
<log4j.version>1.2.17</log4j.version>
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.25</version>
<version>1.2.69</version>
</dependency>
<!--protostuff,用于序列化和反序列化-->
<!--<dependency>-->
Expand Down

0 comments on commit 96853ba

Please sign in to comment.