aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Stabiszewski <github@grundid.de>2018-09-26 14:28:30 +0200
committerGitHub <noreply@github.com>2018-09-26 14:28:30 +0200
commit9ec1871b460fd9f0c7193cdcf7d559320e69a316 (patch)
treeb8b865e652d7637feb82444d7c25f34bf153372d
parentbf03526b2e9f99a004f373d5e6ce8cb384dd2df6 (diff)
parent537a465526090981c0a0e1cb278494d80c731ade (diff)
downloadgeojson-jackson-9ec1871b460fd9f0c7193cdcf7d559320e69a316.tar.gz
Merge pull request #47 from gisaia/imp/bump-jackson-version
Bump jackson dependencies version to 2.9.6
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 47fb2ca..ccc323c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,17 +49,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.7.3</version>
+ <version>2.9.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.7.3</version>
+ <version>2.9.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.7.0</version>
+ <version>2.9.6</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>