更新依赖项版本
This commit is contained in:
parent
11f2e86e9a
commit
da1447aab7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue