aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-13 19:19:46 +0300
committerMichael Lando <ml636r@att.com>2018-05-13 19:19:46 +0300
commit12368941ba74929ab71a6baab04e1692c256af74 (patch)
treea98552bbce3db5fd326842a11fe4d8ba11cef588
parentc0a2af6c84087d0626ee8498635d8027ca067ff8 (diff)
update http client version in catalog
httpclient from 4.4.1 to 4.5.3 Change-Id: Ie7b7823a22b7677cd30320bd86f5ffdf832815da Issue-ID: SDC-1319 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 79ac505210..4dccaabdee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<!-- Yaml for properties -->
<snakeyaml.version>1.14</snakeyaml.version>
<functionaljava.version>4.4</functionaljava.version>
- <httpclient.version>4.4.1</httpclient.version>
+ <httpclient.version>4.5.3</httpclient.version>
<httpcore.version>4.4.1</httpcore.version>
<json-simple.version>1.1</json-simple.version>