update Jackson dependency to 2.10

This commit is contained in:
2019-10-03 11:45:08 +02:00
parent ffea9bfbfe
commit d51421cb14
2 changed files with 9 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
<packaging>jar</packaging>
@ -111,12 +111,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.3</version>
<version>2.10.0</version>
</dependency>
<dependency>