aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/pom.xml
diff options
context:
space:
mode:
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>