Slice Analysis Change 68/122368/1
authorShwetha_R <shwetha.r60@wipro.com>
Wed, 30 Jun 2021 11:37:38 +0000 (11:37 +0000)
committerShwetha_R <shwetha.r60@wipro.com>
Wed, 30 Jun 2021 12:02:57 +0000 (12:02 +0000)
Issue-ID: DCAEGEN2-2811

Signed-off-by: Shwetha_R <shwetha.r60@wipro.com>
Change-Id: I87dd8acb2227b79d90dba5017bc4218802b8c294

components/slice-analysis-ms/pom.xml
components/slice-analysis-ms/version.properties

index e348587..23fab21 100644 (file)
@@ -31,7 +31,7 @@
     </parent>
        <groupId>org.onap.dcaegen2.services.components</groupId>
        <artifactId>slice-analysis-ms</artifactId>
-       <version>1.0.5-SNAPSHOT</version>
+       <version>1.0.6-SNAPSHOT</version>
        <name>dcaegen2-services-slice-analysis-ms</name>
        <description>Network slice PM analyser</description>
         <packaging>jar</packaging>
                 <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-webmvc</artifactId>
-                       <version>5.2.7.RELEASE</version>
+                       <version>5.3.7</version>
                </dependency>
                 <dependency>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-core</artifactId>
-                        <version>5.2.7.RELEASE</version>
+                        <version>5.3.7</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-beans</artifactId>
-                       <version>5.2.7.RELEASE</version>
+                       <version>5.3.7</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-expression</artifactId>
-                       <version>5.2.7.RELEASE</version>
+                       <version>5.3.7</version>
                 </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-web</artifactId>
-                       <version>5.2.7.RELEASE</version>
+                       <version>5.3.7</version>
                </dependency>
                 <dependency>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-tx</artifactId>
-                        <version>5.2.7.RELEASE</version>
+                        <version>5.3.7</version>
                 </dependency>
                 <dependency>
                         <groupId>org.springframework.data</groupId>
                <dependency>
                        <groupId>org.postgresql</groupId>
                        <artifactId>postgresql</artifactId>
-                       <version>42.2.5</version>
+                       <version>42.2.13</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-                       <version>4.5.7</version>
+                       <version>4.5.13</version>
                </dependency>
            <!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
             <dependency>
             <dependency>
                    <groupId>org.eclipse.jetty</groupId>
                    <artifactId>jetty-server</artifactId>
-                   <version>9.4.17.v20190418</version>
+                   <version>9.4.41.v20210516</version>
             </dependency>
             <!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
             <dependency>
            <dependency>
                    <groupId>org.apache.tomcat.embed</groupId>
                    <artifactId>tomcat-embed-core</artifactId>
-                  <version>9.0.36</version>
+                  <version>9.0.46</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/nl.jqno.equalsverifier/equalsverifier -->
            <dependency>
index a2c346b..2a687c4 100644 (file)
@@ -20,7 +20,7 @@
 ###############################################################################
 major=1
 minor=0
-patch=5
+patch=6
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT