Update Jackson to 2.8.10

Fixes gh-4781
This commit is contained in:
Rob Winch
2017-11-02 15:07:58 -05:00
parent d2b0077392
commit 5ae615f3b4
5 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.4</version>
<version>2.8.10</version>
<scope>compile</scope>
</dependency>
<dependency>