From 94130e891b64ceae436a5c066c28356fb6b98793 Mon Sep 17 00:00:00 2001 From: Byung-Woo Jun Date: Tue, 13 Mar 2018 09:34:02 -0400 Subject: Fix the vulnerability issue Upgrade vulnerable jars with jars without vulnerability Change-Id: I5cd9073a04db79e173fdd3b85e4712a1cf177531 Issue-ID: SO-458 Signed-off-by: byungwoojun --- openstack-client-connectors/http-connector/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'openstack-client-connectors/http-connector') diff --git a/openstack-client-connectors/http-connector/pom.xml b/openstack-client-connectors/http-connector/pom.xml index 3e29591..d351f68 100644 --- a/openstack-client-connectors/http-connector/pom.xml +++ b/openstack-client-connectors/http-connector/pom.xml @@ -14,8 +14,15 @@ org.apache.httpcomponents httpclient - 4.3.5 + + 4.5.5 + + + org.apache.httpcomponents + httpcore + 4.4.4 + org.codehaus.jackson jackson-mapper-asl -- cgit 1.2.3-korg