diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-07 11:01:19 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-07 11:02:31 -0500 |
commit | 67d284b3f6eda7aa50635253324891d6b71a16fe (patch) | |
tree | 0f237338c708387bce201ef6f5258ff82bebb092 /controlloop/common/guard | |
parent | 8a1bd0d8ee600ffe06b9a832a876d8a9f58f2f8c (diff) |
Resolve security issues SONATYPE-2017-0359
Upgrade httpclient to 4.5.5 - the latest version.
Issue-ID: POLICY-612
Change-Id: I5e79918bc447889b1dbcd1bf897c3324f6a0cc0d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'controlloop/common/guard')
-rw-r--r-- | controlloop/common/guard/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index 94b337d9f..bd2d4bbc1 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>4.5.5</version> <scope>provided</scope> </dependency> <dependency> |