aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-02-23 17:08:43 -0500
committerMichael Hwang <mhwang@research.att.com>2018-02-23 17:13:33 -0500
commit817693f61d62cc01e13e425cdd6fc4030a69a092 (patch)
treec802de33a21858b1c5447cffd309c47fe19a899b /pom.xml
parent308a8f90cc66b033535aa4c5c2098bb5bfcb26ee (diff)
Upgrade dependencies to address CLM scan
Flags raised for older versions of jackson and http-client libs which were both transitive dependencies. Change-Id: I8708370324c182dbc8e75697a3500a2545fa4938 Issue-ID: DCAEGEN2-362 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bbabc27..cd8602e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>servicechange-handler</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2</version>
<!-- Not sure why clojure-maven-plugin says packaging should be "clojure" -->
<packaging>jar</packaging>
@@ -62,12 +62,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>cheshire</groupId>
<artifactId>cheshire</artifactId>
- <version>5.6.3</version>
+ <version>5.8.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.1.32</version>
+ <version>1.2.3</version>
</dependency>
<dependency>
<groupId>com.taoensso</groupId>