update jsckson version

This commit is contained in:
yashin 2019-10-24 15:57:21 +08:00
parent d9ccc4d83f
commit e2c57fa585
1 changed files with 2 additions and 2 deletions

View File

@ -164,12 +164,12 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.6.5</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.5</version>
<version>2.9.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>