From 5c526c9d26572e8d559fcdd9a49f13e6cbd72248 Mon Sep 17 00:00:00 2001 From: Niranjana Date: Thu, 10 Feb 2022 12:29:38 +0000 Subject: [DCAEGEN2] Remove security vulnerabilities Issue-ID: DCAEGEN2-3054 Signed-off-by: Niranjana Change-Id: I336ca6b218db01f892b9b4e8a68c9a2c395f779d --- components/slice-analysis-ms/ChangeLog.md | 2 ++ components/slice-analysis-ms/pom.xml | 26 ++++++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/components/slice-analysis-ms/ChangeLog.md b/components/slice-analysis-ms/ChangeLog.md index 8d8a60d6..fa59c34d 100644 --- a/components/slice-analysis-ms/ChangeLog.md +++ b/components/slice-analysis-ms/ChangeLog.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-3025](https://jira.onap.org/browse/DCAEGEN2-3025) - Fix null pointer exception while fetching slice-config + - [DCAEGEN2-3054](https://jira.onap.org/browse/DCAEGEN2-3054) - Remove security vulnerabilities + ## [1.0.6] - 2021/08/28 - [DCAEGEN2-2885](https://jira.onap.org/browse/DCAEGEN2-2885) - DCAE SliceAnalysis MS - CPS Integration diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml index faf60322..f4fde501 100644 --- a/components/slice-analysis-ms/pom.xml +++ b/components/slice-analysis-ms/pom.xml @@ -4,7 +4,7 @@ * ============LICENSE_START======================================================= * slice-analysis-ms * ================================================================================ - * Copyright (C) 2020-2021 Wipro Limited. + * Copyright (C) 2020-2022 Wipro Limited. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,6 +40,7 @@ 11 1.8.7 + 5.3.14 UTF-8 11 11 @@ -70,32 +71,32 @@ org.springframework spring-webmvc - 5.3.7 + ${spring.version} org.springframework spring-core - 5.3.7 + ${spring.version} org.springframework spring-beans - 5.3.7 + ${spring.version} org.springframework spring-expression - 5.3.7 + ${spring.version} org.springframework spring-web - 5.3.7 + ${spring.version} org.springframework spring-tx - 5.3.7 + ${spring.version} org.springframework.data @@ -134,7 +135,7 @@ com.fasterxml.jackson.core jackson-core - 2.11.0 + 2.12.6 net.javacrumbs.json-unit @@ -145,7 +146,7 @@ com.fasterxml.jackson.core jackson-databind - 2.11.0 + 2.12.6 @@ -268,7 +269,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.46 + 9.0.50 @@ -277,6 +278,11 @@ 3.5.5 test + + ch.qos.logback + logback-core + 1.2.10 + -- cgit 1.2.3-korg