aboutsummaryrefslogtreecommitdiffstats
path: root/ueb-listener/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-03-28 19:01:21 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-03-28 19:01:43 -0400
commitd0bfc56359e3d5a9663ba6e48b7e1d187373d737 (patch)
tree0c929b51fa8f89fcd422b83e174c6b89196093c5 /ueb-listener/pom.xml
parent666ebf025412d99799a80f6e8a0e5272f0a2f76b (diff)
Update versions to resolve security issues
Update versions of sdc distribution client and jackson to address security issues. Issue-ID: CCSDK-164 Change-Id: Id02d879e87bb1a957968482578818928b6e3c281 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'ueb-listener/pom.xml')
-rwxr-xr-xueb-listener/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index b8ec986c..4cb11804 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -17,9 +17,9 @@
<description>UEB Listener</description>
<properties>
- <sdc.client.version>1.1.32</sdc.client.version>
- <sdc.tosca.version>1.1.32</sdc.tosca.version>
- <fasterxml.jackson.version>2.9.0.pr1</fasterxml.jackson.version>
+ <sdc.client.version>1.3.0</sdc.client.version>
+ <sdc.tosca.version>1.3.0</sdc.tosca.version>
+ <fasterxml.jackson.version>2.9.4</fasterxml.jackson.version>
<skip.SWM>true</skip.SWM>
<ueb.listener.base>/opt/app/ueb-listener</ueb.listener.base>
<maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
@@ -30,13 +30,13 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
+ <groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
<version>${sdc.client.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdc.sdc-tosca</groupId>
+ <groupId>org.onap.sdc.sdc-tosca</groupId>
<artifactId>sdc-tosca</artifactId>
<version>${sdc.tosca.version}</version>
<scope>compile</scope>