From 21e991215d50ae83bae54d2de404ed1f15ca1be2 Mon Sep 17 00:00:00 2001 From: Niranjana Date: Thu, 10 Feb 2022 05:44:51 +0000 Subject: [PATCH] Remove security vulnerabilities Issue-ID: DCAEGEN2-3053 Signed-off-by: Niranjana Change-Id: I5ba3b4720849c426ba6575268eb4a9e5904cfa6c --- Changelog.md | 1 + pom.xml | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index caaf6b4..6a3731b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.1.6] - 2022/02/07 - [DCAEGEN2-3057](https://jira.onap.org/browse/DCAEGEN2-3057) - Fix bug in triggering control loop for PCI collision/confusion - by replacing Config DB with CPS + - [DCAEGEN2-3053](https://jira.onap.org/browse/DCAEGEN2-3053) - Remove security vulnerabilities ## [2.1.5] - 2021/10/14 - [DCAEGEN2-2943](https://jira.onap.org/browse/DCAEGEN2-2943) - Fix bug in filtering new FM notification diff --git a/pom.xml b/pom.xml index 625e693..205692c 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 1.8.6 - 5.3.7 + 5.3.14 UTF-8 11 11 @@ -144,12 +144,12 @@ com.fasterxml.jackson.core jackson-core - 2.11.0 + 2.12.6 com.fasterxml.jackson.core jackson-databind - 2.11.0 + 2.12.6 @@ -270,7 +270,12 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.46 + 9.0.50 + + + ch.qos.logback + logback-core + 1.2.10 -- 2.16.6