From 9cad4acaf0aa557589599baa5a965d13d44b9f7b Mon Sep 17 00:00:00 2001 From: "denilson.l65" Date: Thu, 10 Feb 2022 05:13:31 +0000 Subject: [DCAEGEN2] Vulnerability addressal for KPI-Computation MS Issue-ID: DCAEGEN2-3047 Signed-off-by: denilson.l65 Change-Id: Ia795b086353d84f65be57c9bbb1c4b7758231ea5 --- components/kpi-computation-ms/Changelog.md | 4 ++++ components/kpi-computation-ms/pom.xml | 16 +++++++++++----- components/kpi-computation-ms/version.properties | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) (limited to 'components') diff --git a/components/kpi-computation-ms/Changelog.md b/components/kpi-computation-ms/Changelog.md index a1530641..a094d17b 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.4] +### Changed +* Fix security vulnerability issues (DCAEGEN2-3047) + ## [1.0.3] ### Changed * Add KpiComputation for SUMRATIO operation (DCAEGEN2-2989) diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml index a0265c0d..c67ece88 100644 --- a/components/kpi-computation-ms/pom.xml +++ b/components/kpi-computation-ms/pom.xml @@ -2,7 +2,7 @@ + + ch.qos.logback + logback-core + 1.2.10 + diff --git a/components/kpi-computation-ms/version.properties b/components/kpi-computation-ms/version.properties index a6311499..ada000a6 100644 --- a/components/kpi-computation-ms/version.properties +++ b/components/kpi-computation-ms/version.properties @@ -20,7 +20,7 @@ ############################################################################### major=1 minor=0 -patch=1 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg