update Jackson dependency to 2.10
This commit is contained in:
parent
ffea9bfbfe
commit
d51421cb14
@ -1,9 +1,14 @@
|
|||||||
|
## unreleased
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
* Updated dependencies
|
||||||
|
|
||||||
## 0.8.1 (2019-08-16)
|
## 0.8.1 (2019-08-16)
|
||||||
### Fixes
|
### Fixes
|
||||||
* Removed compile dependency to JUnit library (#30)
|
* Removed compile dependency to JUnit library (#30)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
* Updated ependencies
|
* Updated dependencies
|
||||||
|
|
||||||
### Test
|
### Test
|
||||||
* Tested against Vault 1.2.2
|
* Tested against Vault 1.2.2
|
||||||
|
6
pom.xml
6
pom.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>jvault-connector</artifactId>
|
<artifactId>jvault-connector</artifactId>
|
||||||
<version>0.8.1</version>
|
<version>0.8.2-SNAPSHOT</version>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
@ -111,12 +111,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-core</artifactId>
|
<artifactId>jackson-core</artifactId>
|
||||||
<version>2.9.9</version>
|
<version>2.10.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<version>2.9.9.3</version>
|
<version>2.10.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user