diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-13 13:51:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-13 13:51:18 +0000 |
commit | ad80f2f0d49f465c8bf7c424b5e47f7ccfe00cee (patch) | |
tree | a9291d6e720c16494918ec9ae97f46de760d9828 /openstack-client-connectors/http-connector | |
parent | 31e9a9aed5168ee48d4bce26ba973f542568a32c (diff) | |
parent | 94130e891b64ceae436a5c066c28356fb6b98793 (diff) |
Merge "Fix the vulnerability issue"
Diffstat (limited to 'openstack-client-connectors/http-connector')
-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> |