diff options
author | Taka Cho <tc012c@att.com> | 2018-07-17 11:57:13 -0400 |
---|---|---|
committer | Taka Cho <tc012c@att.com> | 2018-07-17 11:59:10 -0400 |
commit | cd7a170b00520b2c5cd9e51efd1d08da6bf616ad (patch) | |
tree | 144614fad0645055edfd95c8736c4abeb075f822 | |
parent | 170263d8b8b076d9ec9193679c1a481ca372a785 (diff) |
upgrade http-client to avoid nexus iq issue
upgrade http-client version to avoid nexus iq issue
Change-Id: I2fd4f2cd8b7529559cfabde527091c866a9ab359
Issue-ID: APPC-1025
Signed-off-by: Taka Cho <tc012c@att.com>
-rw-r--r-- | CdtProxyService/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 314f334..397f0b8 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5</version> + <version>4.5.3</version> </dependency> </dependencies> <build> |