Vulnerability removal for VES-mapper 31/117531/2
authormukesh.paliwal <mukesh.paliwal1@huawei.com>
Fri, 5 Feb 2021 04:04:46 +0000 (09:34 +0530)
committermukesh.paliwal <mukesh.paliwal1@huawei.com>
Mon, 8 Feb 2021 08:13:10 +0000 (13:43 +0530)
Issue-ID: DCAEGEN2-2596

Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: Iadb1c221afafaeece57c6633191801002f03b458

UniversalVesAdapter/pom.xml
pom.xml
version.properties

index 56d5b8d..5488f3f 100644 (file)
 
        <groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
        <artifactId>UniversalVesAdapter</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.2.0-SNAPSHOT</version>
 
 
        <parent>
                <groupId>org.onap.dcaegen2.services.mapper</groupId>
                <artifactId>mapper</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
 
        <properties>
@@ -90,7 +90,7 @@
                <dependency>
                        <groupId>org.javassist</groupId>
                        <artifactId>javassist</artifactId>
-                       <version>3.18.2-GA</version>
+                       <version>3.27.0-GA</version>
                </dependency>
                <dependency>
                        <groupId>com.googlecode.json-simple</groupId>
                <dependency>
                        <groupId>org.postgresql</groupId>
                        <artifactId>postgresql</artifactId>
-                       <version>42.2.5</version>
+                       <version>42.2.18</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>
                        <artifactId>log4j-core</artifactId>
-                       <version>2.13.1</version>
+                       <version>2.13.3</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.groovy</groupId>
                <dependency>
                        <groupId>xerces</groupId>
                        <artifactId>xercesImpl</artifactId>
-                       <version>2.12.0</version>
+                       <version>2.12.1</version>
                </dependency>
                <!-- https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream -->
                <dependency>
                        <artifactId>cbs-client</artifactId>
                        <version>${sdk.version}</version>
                </dependency>
-               
+               <!-- https://mvnrepository.com/artifact/io.projectreactor.netty/reactor-netty -->
+               <dependency>
+                       <groupId>io.projectreactor.netty</groupId>
+                       <artifactId>reactor-netty</artifactId>
+                       <version>0.9.12.RELEASE</version>
+               </dependency>
        </dependencies>
 
        <build>
diff --git a/pom.xml b/pom.xml
index e59f68d..507bbd4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.onap.dcaegen2.services.mapper</groupId>
     <artifactId>mapper</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>dcaegen2-services-mapper</name>
index 73415a7..07578e5 100644 (file)
@@ -1,5 +1,5 @@
 major=1\r
-minor=1\r
+minor=2\r
 patch=0\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r