dcaegen2-services-mapper vulnerability updates 65/129965/2
authorMukesh Paliwal <mukesh.paliwal1@huawei.com>
Mon, 18 Jul 2022 10:43:25 +0000 (16:13 +0530)
committerMukesh Paliwal <mukesh.paliwal1@huawei.com>
Mon, 18 Jul 2022 11:11:26 +0000 (16:41 +0530)
Issue-ID: DCAEGEN2-3217

Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I0537cd385716099c6fb8c861060d1352bf394d8e

Changelog.md
UniversalVesAdapter/pom.xml
pom.xml
version.properties

index 018b2e4..e8c35ac 100755 (executable)
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.4.3] - 2022/07/18
+         - [DCAEGEN2-3217] - dcaegen2-services-mapper vulnerability updates
+
 ## [1.4.2] - 2022/06/14
          - [DCAEGEN2-3167] - CodeCoverage improvement for dcaegen2-services-mapper
 
index ad77c59..7b6ea09 100755 (executable)
 
     <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>
 
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.2.18</version>
+            <version>42.3.6</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
         <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>
         <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>
diff --git a/pom.xml b/pom.xml
index 3cf7546..18af8ed 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.dcaegen2.services.mapper</groupId>
     <artifactId>mapper</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>dcaegen2-services-mapper</name>
index b0c0f62..69a4fe1 100755 (executable)
@@ -1,6 +1,6 @@
 major=1\r
 minor=4\r
-patch=2\r
+patch=3\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r