aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsushant53 <sushant.jadhav@t-systems.com>2023-03-27 11:57:41 +0530
committersushant53 <sushant.jadhav@t-systems.com>2023-03-27 11:58:05 +0530
commit76667546c8c2a5e99afcf2911a4b4aa4c233aa73 (patch)
tree0f123014b1e6f0162e8038e09e293c7819235492
parentb1125ecc1a211121d65b812dc85f028ad4f5fb31 (diff)
[DCAEGEN2] Upgrade dependencies for dcaegen2-collectors-datafile1.10.0
Upgrade dependency version as per SECCOM recommendation Issue-ID: DCAEGEN2-3322 Change-Id: Ia045e86953c05d0d68288a6644d15b870520b1d9 Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
-rw-r--r--Changelog.md7
-rw-r--r--pom.xml9
-rw-r--r--version.properties2
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 @@
</licenses>
<properties>
- <revision>1.9.0-SNAPSHOT</revision>
+ <revision>1.10.0-SNAPSHOT</revision>
<java.version>11</java.version>
<sdk.version>1.8.10</sdk.version>
<apache.httpcomponents.version>4.1.4</apache.httpcomponents.version>
<apache.commons.version>3.6</apache.commons.version>
<immutable.version>2.7.1</immutable.version>
- <spring.version>5.3.22</spring.version>
+ <spring.version>5.3.25</spring.version>
<spring-boot.version>2.7.2</spring-boot.version>
<commons-io.version>2.8.0</commons-io.version>
<commons-net.version>3.3</commons-net.version>
<projectreactor.version>2020.0.2</projectreactor.version>
<httpcomponents.core5.version>5.0.3</httpcomponents.core5.version>
- <tomcat-embed-core.version>9.0.65</tomcat-embed-core.version>
+ <tomcat-embed-core.version>9.0.72</tomcat-embed-core.version>
<io.github.classgraph.version>4.8.149</io.github.classgraph.version>
<!-- LOGGING SETTINGS -->
@@ -77,7 +78,7 @@
<jcraft.version>0.1.54</jcraft.version>
<springfox.version>3.0.0</springfox.version>
<awaitility.version>3.1.6</awaitility.version>
- <jackson-databind.version>2.13.3</jackson-databind.version>
+ <jackson-databind.version>2.14.1</jackson-databind.version>
<powermock.version>2.0.9</powermock.version>
<!-- Plugin versions -->
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}