use jackson-databind 2.9.8 (#3252)

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2019-01-10 22:12:12 +13:00 committed by GitHub
parent ce3defa2f5
commit 69dc0059d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.7</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -144,4 +144,4 @@
</pluginManagement>
</build>
</project>
</project>