From: Michael Arrastia Date: Fri, 4 May 2018 11:35:16 +0000 (+0100) Subject: Address security vulnerabilities (fix 2) X-Git-Tag: v1.2.2~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=7ac44deeadeca2a3f49643d2e5098deef1af8503 Address security vulnerabilities (fix 2) Fixes previously missed dependencies: - jackson-databind: version 2.8.11.1 - httpclient: version 4.5.3 - jackson-mapper: version 1.9.2 Change-Id: Iae2013bf164a90e910ec1d2cd4ad1185a01bacad Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia --- diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index ee65310..459a1f3 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -53,13 +53,11 @@ limitations under the License. org.codehaus.groovy groovy - 2.4.12 com.fasterxml.jackson.core jackson-databind - 2.5.3 diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index a67af1e..749425c 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -141,6 +141,10 @@ limitations under the License. org.apache.httpcomponents httpcore + + com.fasterxml.jackson.core + jackson-databind + diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 2738dc5..b5294e3 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -55,6 +55,18 @@ limitations under the License. pom import + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + @@ -201,28 +213,6 @@ limitations under the License. org.onap.dmaap.messagerouter.dmaapclient dmaapClient 1.1.5 - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpclient-cache - - - - - - org.apache.httpcomponents - httpclient - 4.5.3 - - - - org.apache.httpcomponents - httpclient-cache - 4.5.3 diff --git a/pom.xml b/pom.xml index e829737..0b302ab 100755 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,30 @@ limitations under the License. jackson-core 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.1 + + + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + + org.codehaus.groovy + groovy + 2.4.15 +