From: Rob Daugherty Date: Tue, 20 Mar 2018 20:38:15 +0000 (-0400) Subject: NexusIQ security violation - httpclient X-Git-Tag: v1.2.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d413cf3266aa38b3a9c5bf37ce30c3de68b3ad55;p=so%2Flibs.git NexusIQ security violation - httpclient Violation in: org.apache-httpcomponents : httpclient : 4.4.1, 4.3.1, 4.3.3, 4.5, 4.5.2 Fix: Upgrade httpclient to 4.5.5 and httpcore to 4.4.4 Change-Id: I438214d7ee866dd95ffb6bcbc47999b95f200bec Issue-ID: SO-507 Signed-off-by: Rob Daugherty --- diff --git a/openstack-client-connectors/http-connector/pom.xml b/openstack-client-connectors/http-connector/pom.xml index d351f68..bd1d81f 100644 --- a/openstack-client-connectors/http-connector/pom.xml +++ b/openstack-client-connectors/http-connector/pom.xml @@ -14,14 +14,11 @@ org.apache.httpcomponents httpclient - - 4.5.5 org.apache.httpcomponents httpcore - 4.4.4 org.codehaus.jackson @@ -35,4 +32,4 @@ - \ No newline at end of file + diff --git a/openstack-client-connectors/resteasy-connector/pom.xml b/openstack-client-connectors/resteasy-connector/pom.xml index 67a219d..958f927 100644 --- a/openstack-client-connectors/resteasy-connector/pom.xml +++ b/openstack-client-connectors/resteasy-connector/pom.xml @@ -31,13 +31,11 @@ org.apache.httpcomponents httpclient - 4.5.5 org.apache.httpcomponents httpcore - 4.4.4 - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 71c486f..de300f9 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,18 @@ + + org.apache.httpcomponents + httpclient + 4.5.5 + compile + + + org.apache.httpcomponents + httpcore + 4.4.4 + compile + junit junit