From db566f414f36c36bcaddf9215a340fdfdc71d1b5 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 11 Sep 2018 22:29:08 -0400 Subject: NexusIQ issue: jackson-databind Upgrade to fasterxml.jackson 2.8.10. This is the latest version that seems to work with our code on springboot 1.5.13.RELEASE. Change-Id: I734f84c18e53218f111fb08c959a67ee0a2e6014 Issue-ID: SO-856 Signed-off-by: Rob Daugherty --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 089131a42c..078f9b3adc 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ com.fasterxml.jackson.core jackson-core - 2.8.7 + 2.8.10 com.fasterxml.jackson.module @@ -518,12 +518,12 @@ com.fasterxml.jackson.core jackson-databind - 2.8.7 + 2.8.10 com.fasterxml.jackson.core jackson-annotations - 2.8.7 + 2.8.10 com.fasterxml.jackson.jaxrs -- cgit 1.2.3-korg