diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-08-19 08:27:59 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-08-19 08:55:17 -0400 |
commit | 12a48ac8fa5e4ea8e8fe9e5138b1c4623cec7b15 (patch) | |
tree | 3fee90da3328e416a25194e963f275e89ba27dff /integration/pom.xml | |
parent | e47eb669ae1d5a36f8b28163778ba3c47af3243d (diff) |
Upgrade httpclient to latest release
Staying up-to-date with the latest release.
Issue-ID: POLICY-1999
Change-Id: I04a26c7393875588517a3580eddea8e2175ccdd2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 098b4b05..cfc92806 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -110,7 +110,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.5</version> + <version>4.5.9</version> </dependency> <!-- HttpComponents Core (blocking I/O) --> |