From 67d284b3f6eda7aa50635253324891d6b71a16fe Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 7 Feb 2018 11:01:19 -0500 Subject: Resolve security issues SONATYPE-2017-0359 Upgrade httpclient to 4.5.5 - the latest version. Issue-ID: POLICY-612 Change-Id: I5e79918bc447889b1dbcd1bf897c3324f6a0cc0d Signed-off-by: Pamela Dragosh --- controlloop/common/eventmanager/pom.xml | 2 +- controlloop/common/guard/pom.xml | 2 +- controlloop/common/model-impl/rest/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'controlloop') diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index 71810f203..d4f811007 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -152,7 +152,7 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.5 provided diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index 94b337d9f..bd2d4bbc1 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -33,7 +33,7 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.5 provided diff --git a/controlloop/common/model-impl/rest/pom.xml b/controlloop/common/model-impl/rest/pom.xml index df6d5d5d9..940eaa751 100644 --- a/controlloop/common/model-impl/rest/pom.xml +++ b/controlloop/common/model-impl/rest/pom.xml @@ -45,7 +45,7 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.5 provided -- cgit 1.2.3-korg