diff options
author | Taka Cho <tc012c@att.com> | 2018-03-07 11:42:59 -0500 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-03-08 20:49:35 +0000 |
commit | bda76526634fce51188c87c556ff294a9e409b80 (patch) | |
tree | 92eb50feff2f5057e0e09646b114260eda22ca51 /appc-adapters/appc-chef-adapter | |
parent | 16fe5b694fe78271fd846373bf3850d0817f6390 (diff) |
upgrade httpclient from 4.5.1 to 4.5.3
Change-Id: I951cc53b6f319bdb9eba25ecdeaffaae5702fbc2
Issue-ID: APPC-703
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-adapters/appc-chef-adapter')
-rw-r--r-- | appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml index 3e0cc50aa..2d1028a66 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml @@ -144,7 +144,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.1</version> + <version>4.5.3</version> </dependency> <dependency> |