Changelog and dependency update

This commit is contained in:
2016-11-06 10:51:32 +01:00
parent 3271e5e513
commit 4adefc2cda
3 changed files with 6 additions and 2 deletions

View File

@ -41,12 +41,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.8.3</version>
<version>2.8.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.3</version>
<version>2.8.4</version>
</dependency>
<dependency>