diff options
author | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-03-13 09:34:02 -0400 |
---|---|---|
committer | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-03-13 09:34:02 -0400 |
commit | 94130e891b64ceae436a5c066c28356fb6b98793 (patch) | |
tree | 98f12dcb3b435a932a40662749ad91f393ddad36 /openstack-client-connectors/http-connector/pom.xml | |
parent | 46173b499aae8546afe19c010e887aad5bb981dd (diff) |
Fix the vulnerability issue
Upgrade vulnerable jars with jars without vulnerability
Change-Id: I5cd9073a04db79e173fdd3b85e4712a1cf177531
Issue-ID: SO-458
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
Diffstat (limited to 'openstack-client-connectors/http-connector/pom.xml')
-rw-r--r-- | openstack-client-connectors/http-connector/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.5</version> + <!-- <version>4.3.5</version>--> + <version>4.5.5</version> </dependency> + <!-- bwj: added httpcore --> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.4.4</version> + </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> |