fix warning

This commit is contained in:
heavyrain.lee
2019-05-20 21:35:48 +08:00
parent acc378b9df
commit 65e672933b
2 changed files with 3 additions and 3 deletions

View File

@@ -120,17 +120,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.4</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.4</version>
<version>2.9.8</version>
</dependency>
</dependencies>