Dependecies Version Updated 68/117468/2
authoryashwanth <gandhapu.yashwanth@wipro.com>
Thu, 4 Feb 2021 09:35:49 +0000 (01:35 -0800)
committerYASHWANTH GANDHAPU <gandhapu.yashwanth@wipro.com>
Fri, 5 Feb 2021 05:26:40 +0000 (05:26 +0000)
Issue-ID: DCAEGEN2-2599
Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com>
Change-Id: Ibe6d3d6770907ce86653c96eee99bcea2095991d

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 66be5f9..768efcf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
        <groupId>org.onap.dcaegen2.services.son-handler</groupId>
        <artifactId>son-handler</artifactId>
        <name>dcaegen2-services-son-handler</name>
-       <version>2.1.2-SNAPSHOT</version>
+       <version>2.1.3-SNAPSHOT</version>
 
        <!--parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId>
                <version>2.0.4.RELEASE</version> </parent -->
@@ -93,7 +93,7 @@
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-web</artifactId>
-                       <version>5.2.7.RELEASE</version>
+                       <version>5.2.10.RELEASE</version>
                </dependency>
                 <dependency>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-data-commons</artifactId>
                         <version>2.2.0.RELEASE</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>
                <!-- cbs client -->
                <dependency>
                        <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
                <dependency>
                        <groupId>org.postgresql</groupId>
                        <artifactId>postgresql</artifactId>
-                       <version>42.2.5</version>
+                       <version>42.2.18</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
            <dependency>
                    <groupId>org.apache.tomcat.embed</groupId>
                    <artifactId>tomcat-embed-core</artifactId>
-                  <version>9.0.36</version>
+                  <version>9.0.39</version>
            </dependency>
        </dependencies>
 
index 0040aea..544d052 100644 (file)
@@ -20,7 +20,7 @@
 ###############################################################################
 major=2
 minor=1
-patch=2
+patch=3
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT