From: dharani Date: Thu, 8 Sep 2022 06:03:14 +0000 (+0000) Subject: Kpi-computation-ms - Vulnerability updates X-Git-Tag: 1.1.5-slice-analysis-ms~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=37e4a83e364dd455afe37a0bd07517bcada94921;p=dcaegen2%2Fservices.git Kpi-computation-ms - Vulnerability updates Issue-ID: DCAEGEN2-3216 Signed-off-by: Dharani Change-Id: I49373eec788cd24d027514bc4112a24169ede814 --- diff --git a/components/kpi-computation-ms/Changelog.md b/components/kpi-computation-ms/Changelog.md index 6ac726c3..65ecd176 100644 --- a/components/kpi-computation-ms/Changelog.md +++ b/components/kpi-computation-ms/Changelog.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.9] +### Changed +* KPI MS - Vulnerability updates (DCAEGEN2-3216) + ## [1.0.8] ### Changed * KPI MS - Switch from Cambria library to dmaap-client library (dcaegen2/sdk) (DCAEGEN2-3180) diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml index 8bde484a..6625181c 100644 --- a/components/kpi-computation-ms/pom.xml +++ b/components/kpi-computation-ms/pom.xml @@ -29,7 +29,7 @@ org.onap.dcaegen2.services.components kpi-ms - 1.0.8-SNAPSHOT + 1.0.9-SNAPSHOT dcaegen2-services-kpi-computation-ms Kpi ms jar @@ -51,11 +51,11 @@ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 1.18.4 - 2.2.14.Final + 2.2.17.Final 2.3.1 2.3.0.1 nexus3.onap.org:10003 - 5.3.14 + 5.3.20 5.3.2 2.23.4 2.23.4 @@ -89,13 +89,13 @@ org.springframework spring-expression ${spring.version} - + org.springframework spring-web ${spring.version} - + org.springframework spring-context ${spring.version} @@ -111,7 +111,6 @@ cbs-client ${sdk.version} - org.onap.dcaegen2.services.sdk.security.crypt crypt-password @@ -127,7 +126,7 @@ com.fasterxml.jackson.core jackson-core - 2.12.6 + 2.13.3 net.javacrumbs.json-unit @@ -138,7 +137,7 @@ com.fasterxml.jackson.core jackson-databind - 2.11.0 + 2.13.3 javax.json @@ -156,19 +155,16 @@ - org.functionaljava functionaljava 3.0 - org.apache.httpcomponents httpclient 4.5.13 - org.eclipse.jetty jetty-server @@ -230,7 +226,6 @@ commons-lang3 3.7 - org.junit.jupiter junit-jupiter-engine @@ -243,7 +238,6 @@ ${mockito-ju5-ext.version} test - org.mockito mockito-core @@ -296,7 +290,7 @@ ch.qos.logback logback-core - 1.2.10 + 1.2.11 org.onap.dcaegen2.services.sdk.rest.services diff --git a/components/kpi-computation-ms/version.properties b/components/kpi-computation-ms/version.properties index f35e6558..f57e7a9e 100644 --- a/components/kpi-computation-ms/version.properties +++ b/components/kpi-computation-ms/version.properties @@ -21,7 +21,7 @@ ############################################################################### major=1 minor=0 -patch=8 +patch=9 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT