diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 10:28:22 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2019-04-09 14:48:05 +0000 |
commit | 60137f1cdbbd31958965f7b5bacf496c7ca24564 (patch) | |
tree | 1a26350b639b773b8e976bbda0a313b88eed0cd3 /aai-rest | |
parent | ec86dc93ea46f33d737b01124546884f7048390a (diff) |
Upgrade httpclient version
Issue-ID: AAI-2348
Change-Id: I6cab4dfe53d7f843ffb73676bd499486dd32a7c8
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-rest')
-rw-r--r-- | aai-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index d0173039..9cd73473 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.1</version> + <version>4.5.5</version> </dependency> <!-- Explicitly stating the security spring framework and |