aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/pom.xml
diff options
context:
space:
mode:
authorMukesh Paliwal <mukesh.paliwal1@huawei.com>2022-07-18 16:13:25 +0530
committerMukesh Paliwal <mukesh.paliwal1@huawei.com>2022-07-18 16:41:26 +0530
commitd06c0545e942f9e1c92a2726045f6afd60579063 (patch)
treefd2ed20bf05378eae0038969a605f997993c99b9 /UniversalVesAdapter/pom.xml
parentb58d6c90de8d4856ff580a038164ede05f4e94c0 (diff)
dcaegen2-services-mapper vulnerability updates
Issue-ID: DCAEGEN2-3217 Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com> Change-Id: I0537cd385716099c6fb8c861060d1352bf394d8e
Diffstat (limited to 'UniversalVesAdapter/pom.xml')
-rwxr-xr-xUniversalVesAdapter/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index ad77c59..7b6ea09 100755
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -28,11 +28,11 @@
<groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
<artifactId>UniversalVesAdapter</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<parent>
<groupId>org.onap.dcaegen2.services.mapper</groupId>
<artifactId>mapper</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<properties>
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.2.18</version>
+ <version>42.3.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -211,7 +211,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.6</version>
+ <version>2.13.3</version>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
@@ -229,13 +229,13 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.12.1</version>
+ <version>2.12.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.18</version>
+ <version>1.4.19</version>
</dependency>
<!-- https://mvnrepository.com/artifact/xml-apis/xml-apis -->
<dependency>