更新依赖项版本

This commit is contained in:
zhangshuzheng 2018-11-01 11:18:28 +08:00
parent 11f2e86e9a
commit da1447aab7
1 changed files with 3 additions and 3 deletions

View File

@ -233,7 +233,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.12</version>
<version>1.18</version>
</dependency>
<!-- Hibernate Validator -->
<dependency>
@ -289,12 +289,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.5</version>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.6.5</version>
<version>2.9.7</version>
</dependency>
<!-- java mail -->
<dependency>