diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-19 14:32:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-19 14:32:52 +0000 |
commit | 61d519d6b1aa050d33ce178de505c48206d37231 (patch) | |
tree | 09ab04891db580e8e1191b39dddcea89d5f90ea9 /cloudify-client | |
parent | e4f5ac43154260be0f039c7ef603f5ec62e20257 (diff) | |
parent | e9ee7266647dd11967393926ae85686ab2edfdf3 (diff) |
Merge "Fix the Jar vulnerability and licensing"
Diffstat (limited to 'cloudify-client')
-rw-r--r-- | cloudify-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml index f87ee3ccd9..61798c3462 100644 --- a/cloudify-client/pom.xml +++ b/cloudify-client/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.1</version> + <version>4.5.5</version> </dependency> <dependency> <groupId>commons-lang</groupId> |