Bump Jackson to 2.9.0

This commit is contained in:
Stefan Kalscheuer 2017-07-31 20:46:15 +02:00
parent e9663ef794
commit 13c2cce162

View File

@ -52,12 +52,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0.pr4</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0.pr4</version>
<version>2.9.0</version>
</dependency>
<dependency>