From f99717d946eee86105910f41c5128d463fe7ab4b Mon Sep 17 00:00:00 2001 From: Shwetha_R Date: Wed, 30 Jun 2021 11:37:38 +0000 Subject: Slice Analysis Change Issue-ID: DCAEGEN2-2811 Signed-off-by: Shwetha_R Change-Id: I87dd8acb2227b79d90dba5017bc4218802b8c294 --- components/slice-analysis-ms/pom.xml | 22 +++++++++++----------- components/slice-analysis-ms/version.properties | 2 +- 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 @@ org.onap.dcaegen2.services.components slice-analysis-ms - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT dcaegen2-services-slice-analysis-ms Network slice PM analyser jar @@ -68,32 +68,32 @@ org.springframework spring-webmvc - 5.2.7.RELEASE + 5.3.7 org.springframework spring-core - 5.2.7.RELEASE + 5.3.7 org.springframework spring-beans - 5.2.7.RELEASE + 5.3.7 org.springframework spring-expression - 5.2.7.RELEASE + 5.3.7 org.springframework spring-web - 5.2.7.RELEASE + 5.3.7 org.springframework spring-tx - 5.2.7.RELEASE + 5.3.7 org.springframework.data @@ -165,7 +165,7 @@ org.postgresql postgresql - 42.2.5 + 42.2.13 org.springframework.boot @@ -231,7 +231,7 @@ org.apache.httpcomponents httpclient - 4.5.7 + 4.5.13 @@ -243,7 +243,7 @@ org.eclipse.jetty jetty-server - 9.4.17.v20190418 + 9.4.41.v20210516 @@ -266,7 +266,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.36 + 9.0.46 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 -- cgit 1.2.3-korg