From: Lizi
Date: Sun, 11 Feb 2018 03:26:19 +0000 (+0000)
Subject: Fix the critical security issue.
X-Git-Tag: v1.1.0~9
X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b6cdcbd9d58872e2cf74f7f15132c2d0b7bddf27;p=msb%2Fdiscovery.git
Fix the critical security issue.
Upgrade jackson-databind to version 2.9.4
Change-Id: Id3104e3ec59b7588c797e0dea231c7d28b0f666d
Issue-ID: MSB-121
Signed-off-by: Lizi
---
diff --git a/sdclient/pom.xml b/sdclient/pom.xml
index 4d5bc7c..e0d4300 100644
--- a/sdclient/pom.xml
+++ b/sdclient/pom.xml
@@ -35,7 +35,7 @@
1.2.2
23.5-jre
2.25.1
- 2.8.11
+ 2.9.4
9.4.8.v20171121
3.0.0.v201112011016
3.2.5
@@ -708,6 +708,11 @@
dropwizard-http2
${dropwizard.version}
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.version}
+