aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2019-10-09 07:10:51 +0000
committerGitHub <noreply@github.com>2019-10-09 07:10:51 +0000
commitecc02fbdb28765524910d04b575dc2a3b9171f50 (patch)
tree5ccb6e7e4118ffb4a75dc1c68b67b04d9b7d563e
parent4e9906c21c099e6fe38985984abed33f12033d3f (diff)
downloadgeojson-jackson-ecc02fbdb28765524910d04b575dc2a3b9171f50.tar.gz
Bump jackson-version from 2.9.8 to 2.10.0
Bumps `jackson-version` from 2.9.8 to 2.10.0. Updates `jackson-core` from 2.9.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.8...jackson-core-2.10.0) Updates `jackson-databind` from 2.9.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-annotations` from 2.9.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1e7606c..1158f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<java-version>1.6</java-version>
- <jackson-version>2.9.8</jackson-version>
+ <jackson-version>2.10.0</jackson-version>
</properties>
<dependencies>