aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-08-19 00:18:21 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2022-08-19 04:22:07 +0000
commitc9b6b3fd88460a794c718fc68f58ddcb0e9b0ec7 (patch)
tree728f6c9b474bc27dcd33051793376455ffa5dfdd
parentae7d5a5f0f20818ebd8c6fcd9ecb890b7f1c93f6 (diff)
Sonar gating issue fix
Change-Id: I3463ae2aa3912ac29e7b00f448f206bcd5df7d6b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3214 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r--Changelog.md4
-rw-r--r--pom.xml8
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 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<sonar.coverage.jacoco.xmlReportPaths>
- ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<!-- DEPENDENCY RELATED SETTINGS -->
<micrometer.version>1.6.5</micrometer.version>
@@ -307,6 +307,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
+ <version>${gson.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@@ -333,6 +334,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
+ <version>${reactor-test.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -379,6 +381,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
+ <version>${spring-boot-starter-log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
@@ -416,6 +419,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
+ <version>${spring-boot-starter-test.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>