summaryrefslogtreecommitdiffstats
path: root/CdtProxyService
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-07-17 11:57:13 -0400
committerTaka Cho <tc012c@att.com>2018-07-17 11:59:10 -0400
commitcd7a170b00520b2c5cd9e51efd1d08da6bf616ad (patch)
tree144614fad0645055edfd95c8736c4abeb075f822 /CdtProxyService
parent170263d8b8b076d9ec9193679c1a481ca372a785 (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>
Diffstat (limited to 'CdtProxyService')
-rw-r--r--CdtProxyService/pom.xml2
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>