summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpranitk1905 <pranit.kapdule@t-systems.com>2023-02-01 14:43:36 +0530
committerpranitk1905 <pranit.kapdule@t-systems.com>2023-02-02 10:34:38 +0530
commit04667bf8f150970078de9ac400df1f71b74c082c (patch)
tree47c1b7a70d616ee2200b1d17a05188ddab865dd3
parentc5dc3210a65cc472265b28ab83915e038dd01032 (diff)
[DCAEGEN2]Upgrade dependencies for dcaegen2-collectors-restconf
Upgrade dependency version as per SECCOM recommendations Issue-ID: DCAEGEN2-3337 Change-Id: I35e29371f070d9ff34d423cec3a5dc83bc180222 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
-rw-r--r--Changelog.md3
-rw-r--r--pom.xml9
-rw-r--r--version.properties4
3 files changed, 10 insertions, 6 deletions
diff --git a/Changelog.md b/Changelog.md
index 875306c..fe86cbb 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,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.4.0] - 2023/02/1
+ - [DCAEGEN2-3337] - dcaegen2-collectors-restconf vulnerability updates
+
## [1.3.4] - 2022/08/31
- [DCAEGEN2-3213] - dcaegen2-collectors-restconf vulnerability updates
- [DCAEGEN2-3234] - Update to latest SDK includes fix for env substitution
diff --git a/pom.xml b/pom.xml
index c4e09ce..f30fc19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,6 +3,7 @@
============LICENSE_START=======================================================
Copyright (c) 2019,2022 Huawei. All rights reserved.
Copyright (c) 2019,2021-2022 AT&T. All rights reserved.
+Copyright (c) 2023 Deutsche Telekom AG. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,7 +28,7 @@ limitations under the License.
</parent>
<groupId>org.onap.dcaegen2.collectors.restconf</groupId>
<artifactId>restconfcollector</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>dcaegen2-collectors-restconf</name>
<description>RestConfCollector</description>
<properties>
@@ -52,7 +53,7 @@ limitations under the License.
${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<sdk.version>1.8.10</sdk.version>
- <jackson.core.version>2.13.3</jackson.core.version>
+ <jackson.core.version>2.14.1</jackson.core.version>
</properties>
<build>
<pluginManagement>
@@ -415,7 +416,7 @@ limitations under the License.
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
- <version>2.10.5</version>
+ <version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -472,7 +473,7 @@ limitations under the License.
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.3.7</version>
+ <version>1.5.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
diff --git a/version.properties b/version.properties
index 53ca589..9e0d73d 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
-minor=3
-patch=4
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT