update Jackson dependency to 2.10

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

View File

@ -1,9 +1,14 @@
## unreleased
### Improvements
* Updated dependencies
## 0.8.1 (2019-08-16)
### Fixes
* Removed compile dependency to JUnit library (#30)
### Improvements
* Updated ependencies
* Updated dependencies
### Test
* Tested against Vault 1.2.2

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>