upgrade http-client to avoid nexus iq issue 31/56631/1
authorTaka Cho <tc012c@att.com>
Tue, 17 Jul 2018 15:57:13 +0000 (11:57 -0400)
committerTaka Cho <tc012c@att.com>
Tue, 17 Jul 2018 15:59:10 +0000 (11:59 -0400)
upgrade http-client version to avoid nexus iq issue

Change-Id: I2fd4f2cd8b7529559cfabde527091c866a9ab359
Issue-ID: APPC-1025
Signed-off-by: Taka Cho <tc012c@att.com>
CdtProxyService/pom.xml

index 314f334..397f0b8 100644 (file)
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5</version>
+            <version>4.5.3</version>
         </dependency>
     </dependencies>
     <build>