aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-03-27 10:34:21 -0400
committerMichael Hwang <mhwang@research.att.com>2018-03-27 10:37:49 -0400
commit2be14fca49b2724d6f38e07438c814bda423e541 (patch)
treec5507ccf7e6808dfc0dd7962c2b3da525cea1b14
parent50e97d1197ff092058c48f56a35848f14711b172 (diff)
Upgrade httpcomponents to 4.5.5
Change-Id: I0cf9bb09fdf1a9563561556773a802ab970e9545 Issue-ID: DCAEGEN2-361 Signed-off-by: Michael Hwang <mhwang@research.att.com>
-rw-r--r--CHANGELOG.md5
-rw-r--r--pom.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddc7ee2..8432e8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
The version in the brackets represents the version of DCAE inventory and not the ONAP DCAE version.
+## [3.0.0]
+
+* Remove the dcae controller code (housekeeping)
+* Upgrade org.apache.httpcomponents/httpclient to 4.5.5
+
## [2.4.0]
ONAP version: 1.1.0
diff --git a/pom.xml b/pom.xml
index 653c081..9dcfc45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
is malformed in the internal Maven central. -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.2</version>
+ <version>4.5.5</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>