aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-08-19 08:27:59 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-08-19 08:55:17 -0400
commit12a48ac8fa5e4ea8e8fe9e5138b1c4623cec7b15 (patch)
tree3fee90da3328e416a25194e963f275e89ba27dff
parente47eb669ae1d5a36f8b28163778ba3c47af3243d (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>
-rw-r--r--integration/pom.xml2
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) -->