From 76667546c8c2a5e99afcf2911a4b4aa4c233aa73 Mon Sep 17 00:00:00 2001 From: sushant53 Date: Mon, 27 Mar 2023 11:57:41 +0530 Subject: [DCAEGEN2] Upgrade dependencies for dcaegen2-collectors-datafile Upgrade dependency version as per SECCOM recommendation Issue-ID: DCAEGEN2-3322 Change-Id: Ia045e86953c05d0d68288a6644d15b870520b1d9 Signed-off-by: sushant53 --- Changelog.md | 7 +++++++ pom.xml | 9 +++++---- version.properties | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index f6733063..bd5b12d0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,13 @@ 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.10.0] - 2023/03/27 +### Changed +- [DCAEGEN2-3322] Fix vulnerabilities + - Update jackson-databind to version 2.14.1 + - Update tomcat-embed-core to version 9.0.72 + - Update spring to version 5.3.25 + ## [1.9.0] - 2022/08/26 ### Changed - [DCAEGEN2-3211] Fix vulnerabilities diff --git a/pom.xml b/pom.xml index 1b803e4e..48f08084 100644 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,7 @@ ~ Copyright (C) 2018-2022 Nokia. All rights reserved. ~ Copyright (C) 2018-2021 Nordix Foundation. All rights reserved. ~ Copyright (C) 2021 Samsung Electronics. 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. @@ -49,19 +50,19 @@ - 1.9.0-SNAPSHOT + 1.10.0-SNAPSHOT 11 1.8.10 4.1.4 3.6 2.7.1 - 5.3.22 + 5.3.25 2.7.2 2.8.0 3.3 2020.0.2 5.0.3 - 9.0.65 + 9.0.72 4.8.149 @@ -77,7 +78,7 @@ 0.1.54 3.0.0 3.1.6 - 2.13.3 + 2.14.1 2.0.9 diff --git a/version.properties b/version.properties index f9146bd6..40167e6c 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=9 +minor=10 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg