summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2022-02-23 21:30:48 +0000
committervv770d <vv770d@att.com>2022-02-25 17:33:51 +0000
commit2a8f247bba4bac9e78c987d2bb8438e805f06b6f (patch)
tree94a47e1cd30244de8912263e038aa44b71dfc6e0
parenta72ce419bce29ba8cf421eb74afad730d7cf374b (diff)
Vulnerability updates for RESTConf col ms1.3.2
Change-Id: I41fbf2ed8b3a865737a16752cdb77ab0ba047f28 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3043 Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r--Changelog.md3
-rw-r--r--pom.xml15
-rw-r--r--version.properties2
3 files changed, 15 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md
index 8c8d5c7..2bfa26f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,9 @@ 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.3.2] - 2022/02/23
+ - [DCAEGEN2-3043] - Vulnerability updates for J release (gson, logback-core)
+
## [1.3.1] - 2022/01/20
- [DCAEGEN2-2857] - RESTConf - Switch CBS client library to 1.8.7 or higher
diff --git a/pom.xml b/pom.xml
index d0ba10b..9ef7d88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
</parent>
<groupId>org.onap.dcaegen2.collectors.restconf</groupId>
<artifactId>restconfcollector</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<name>dcaegen2-collectors-restconf</name>
<description>RestConfCollector</description>
<properties>
@@ -48,7 +48,9 @@ limitations under the License.
<releases.path>content/repositories/releases/</releases.path>
<site.path>content/sites/site/org/onap/dcaegen2/collectors/restconf/${project.artifactId}/${project.version}</site.path>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
- <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<build>
<pluginManagement>
@@ -312,7 +314,7 @@ limitations under the License.
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.6</version>
+ <version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@@ -460,6 +462,11 @@ limitations under the License.
<artifactId>jettison</artifactId>
<version>1.3.7</version>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.2.10</version>
+ </dependency>
<!-- TESTING -->
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -544,4 +551,4 @@ limitations under the License.
<url>http://maven.restlet.com</url>
</pluginRepository>
</pluginRepositories>
-</project> \ No newline at end of file
+</project>
diff --git a/version.properties b/version.properties
index fee4928..ef20baa 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT