Jackson dependency Update

Updated Jackson libraries to 2.9.0.pr4 to evaluate compatibility with upcoming release
This commit is contained in:
Stefan Kalscheuer 2017-07-18 11:12:56 +02:00
parent 21943896c7
commit 3fd74a7fd2

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId>
<version>0.6.0</version>
<version>0.6.1-SNAPSHOT</version>
<packaging>jar</packaging>
@ -52,12 +52,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.8.8</version>
<version>2.9.0.pr4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.8.1</version>
<version>2.9.0.pr4</version>
</dependency>
<dependency>
@ -75,7 +75,7 @@
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>