diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-10-10 17:01:01 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-10 14:57:41 +0000 |
commit | ed933de77ce09afc8833199d344c01e50e96c5c9 (patch) | |
tree | 6b04efea1ecb9bc9b550415de1e6b42e53d61894 /utils/webseal-simulator/pom.xml | |
parent | 160aadf286293ff3d1f3e4be8b0f4052c09923e1 (diff) |
update httpClient version
Change-Id: Ib7562e44b8ccaad396ab2e9a607ea29527f2239d
Issue-ID: SDC-1725
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index c55044c7cd..0a336316b3 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>4.5.3</version> </dependency> |