From c9b6b3fd88460a794c718fc68f58ddcb0e9b0ec7 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Fri, 19 Aug 2022 00:18:21 -0400 Subject: Sonar gating issue fix Change-Id: I3463ae2aa3912ac29e7b00f448f206bcd5df7d6b Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-3214 Signed-off-by: Vijay Venkatesh Kumar --- Changelog.md | 4 ++-- pom.xml | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9ea1325e..660da1fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,8 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.11.1] - 2022/01/28 - - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates - + - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates + ## [1.11.0] - 2022/01/28 - [DCAEGEN2-2961] - Switch VESCollector to Integration base image(onap/integration-java11:10.0.0) - [DCAEGEN2-3045] - Vulnerability addressal for VESCollector diff --git a/pom.xml b/pom.xml index 1b9bc152..ae3941bd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= dcaegen2-collectors-ves ================================================================================ - Copyright (c) 2017-2019,2021 AT&T Intellectual Property. All rights reserved. + Copyright (c) 2017-2019,2021-2022 AT&T Intellectual Property. All rights reserved. Copyright (c) 2020-2022 Nokia. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -49,7 +49,7 @@ ${java.version} ${java.version} - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 1.6.5 @@ -307,6 +307,7 @@ com.google.code.gson gson + ${gson.version} org.json @@ -333,6 +334,7 @@ io.projectreactor reactor-test + ${reactor-test.version} test @@ -379,6 +381,7 @@ org.springframework.boot spring-boot-starter-log4j2 + ${spring-boot-starter-log4j2.version} org.apache.logging.log4j @@ -416,6 +419,7 @@ org.springframework.boot spring-boot-starter-test + ${spring-boot-starter-test.version} test -- cgit 1.2.3-korg