From ac0cf2bee56e886855c77fb13520fc9836522f6a Mon Sep 17 00:00:00 2001 From: Aaron Birkland Date: Thu, 7 Nov 2019 12:58:05 -0500 Subject: [PATCH] Bump jackson --- osf-client/pom.xml | 6 ------ osf-core/pom.xml | 6 ------ pom.xml | 7 +++++++ 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/osf-client/pom.xml b/osf-client/pom.xml index ac32101..57a3ca3 100644 --- a/osf-client/pom.xml +++ b/osf-client/pom.xml @@ -235,12 +235,6 @@ - - com.fasterxml.jackson.core - jackson-databind - 2.7.1 - - junit junit diff --git a/osf-core/pom.xml b/osf-core/pom.xml index 988c59d..6e71160 100644 --- a/osf-core/pom.xml +++ b/osf-core/pom.xml @@ -276,12 +276,6 @@ - - com.fasterxml.jackson.core - jackson-databind - 2.7.1 - - junit junit diff --git a/pom.xml b/pom.xml index 74b4bf7..d16a086 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 2.5.0 4.2.0.RELEASE + 2.9.10.1 0.5 1.0.0 @@ -68,6 +69,12 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + com.squareup.okhttp