summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms
diff options
context:
space:
mode:
authorShwetha_R <shwetha.r60@wipro.com>2021-06-30 11:37:38 +0000
committerShwetha_R <shwetha.r60@wipro.com>2021-06-30 12:02:57 +0000
commitf99717d946eee86105910f41c5128d463fe7ab4b (patch)
treecc347a327e2c96dfba308a2501a31970c6a49b26 /components/slice-analysis-ms
parentae38106f6f4792ad807cf3c04ae8aab758554ff9 (diff)
Slice Analysis Change
Issue-ID: DCAEGEN2-2811 Signed-off-by: Shwetha_R <shwetha.r60@wipro.com> Change-Id: I87dd8acb2227b79d90dba5017bc4218802b8c294
Diffstat (limited to 'components/slice-analysis-ms')
-rw-r--r--components/slice-analysis-ms/pom.xml22
-rw-r--r--components/slice-analysis-ms/version.properties2
2 files changed, 12 insertions, 12 deletions
diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml
index e3485872..23fab21e 100644
--- a/components/slice-analysis-ms/pom.xml
+++ b/components/slice-analysis-ms/pom.xml
@@ -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>
@@ -68,32 +68,32 @@
<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>
@@ -165,7 +165,7 @@
<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>
@@ -231,7 +231,7 @@
<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>
@@ -243,7 +243,7 @@
<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>
@@ -266,7 +266,7 @@
<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>
diff --git a/components/slice-analysis-ms/version.properties b/components/slice-analysis-ms/version.properties
index a2c346b8..2a687c49 100644
--- a/components/slice-analysis-ms/version.properties
+++ b/components/slice-analysis-ms/version.properties
@@ -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