From ce3edacf47be244e36171331a9e27ba707c6b33d Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 29 Jan 2019 21:42:53 -0500 Subject: [PATCH] Managing Jackson a the parent (#884) To address a number of vulnerabilities Synk identified, this change forces the default Jackson Version to 2.9.8 --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 95892eff8b..e1e7537f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,25 @@ mockwebserver ${okhttp3.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + +