summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsushant53 <sushant.jadhav@t-systems.com>2023-02-02 14:19:56 +0530
committersushant53 <sushant.jadhav@t-systems.com>2023-02-02 14:41:55 +0530
commitd199851a741ea1053e34517d906cd6a87a42f19b (patch)
tree549d8eb042a9aa9fb2c9406b2eb35b06d06181c7
parent5fafaea34585cd088376117cf4f16ca7dbbefbea (diff)
[DCAEGEN2] Upgrade dependencies for dcaegen2-analytics-tca-gen21.4.0-tca-gen2
Upgrade dependency version as per SECCOM recommendations. Issue-ID: DCAEGEN2-3338 Change-Id: Iff95bdf11b912e0fb6ec6dfd16c9fdc3081abbc8 Signed-off-by: sushant53 <sushant.jadhav@t-systems.com> [DCAEGEN2] Upgrade dependencies for dcaegen2-analytics-tca-gen2 Matched pom.xml and version.properties version. Issue-ID: DCAEGEN2-3338 Change-Id: Iff95bdf11b912e0fb6ec6dfd16c9fdc3081abbc8 Signed-off-by: sushant53 <sushant.jadhav@t-systems.com>
-rw-r--r--ChangeLog.md3
-rw-r--r--dcae-analytics/dcae-analytics-model/pom.xml3
-rw-r--r--dcae-analytics/dcae-analytics-tca-web/pom.xml3
-rw-r--r--dcae-analytics/dcae-analytics-test/pom.xml3
-rw-r--r--dcae-analytics/dcae-analytics-web/pom.xml3
-rw-r--r--dcae-analytics/pom.xml3
-rw-r--r--dcae-analytics/version.properties5
-rw-r--r--pom.xml3
-rw-r--r--version.properties5
9 files changed, 21 insertions, 10 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 438e585..df31323 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.4.0] - 2023/02/02
+ - [DCAEGEN2-3338](https://jira.onap.org/browse/DCAEGEN2-3338) - Update vulnerabilities for TCAGEN2
+
## [1.3.4] - 2022/07/28
- [DCAEGEN2-2976](https://jira.onap.org/browse/DCAEGEN2-2976) - Support 7.2.1 VES in TCAGEN2
- [DCAEGEN2-3210](https://jira.onap.org/browse/DCAEGEN2-3210) - Update vulnerabilities for TCAGEN2
diff --git a/dcae-analytics/dcae-analytics-model/pom.xml b/dcae-analytics/dcae-analytics-model/pom.xml
index 44a3601..7e71c46 100644
--- a/dcae-analytics/dcae-analytics-model/pom.xml
+++ b/dcae-analytics/dcae-analytics-model/pom.xml
@@ -6,6 +6,7 @@
~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
~ Copyright (c) 2022 Wipro Limited.
+ ~ 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.
@@ -47,7 +48,7 @@
<main.basedir>${project.parent.basedir}</main.basedir>
<sdk.version>1.8.6</sdk.version>
<spring.version>5.3.20</spring.version>
- <jackson.version>2.13.3</jackson.version>
+ <jackson.version>2.14.1</jackson.version>
<immutable.version>2.7.1</immutable.version>
<onap-gerrit-review>-changelog-missing</onap-gerrit-review>
</properties>
diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml
index 37fc02f..6cd34d2 100644
--- a/dcae-analytics/dcae-analytics-tca-web/pom.xml
+++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml
@@ -8,6 +8,7 @@
~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
~ Copyright (c) 2021 Nokia Intellectual Property. All rights reserved.
~ Copyright (c) 2021-2022 Wipro Limited.
+ ~ 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.
@@ -45,7 +46,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- <undertow-core.version>2.2.17.Final</undertow-core.version>
+ <undertow-core.version>2.3.0.Final</undertow-core.version>
<docker.image.name>onap/${project.groupId}.${project.artifactId}</docker.image.name>
<onap-gerrit-review>-changelog-missing</onap-gerrit-review>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
diff --git a/dcae-analytics/dcae-analytics-test/pom.xml b/dcae-analytics/dcae-analytics-test/pom.xml
index 7ab5b75..6bb4ef6 100644
--- a/dcae-analytics/dcae-analytics-test/pom.xml
+++ b/dcae-analytics/dcae-analytics-test/pom.xml
@@ -6,6 +6,7 @@
~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
~ Copyright (c) 2022 Wipro Limited.
+ ~ 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.
@@ -43,7 +44,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- <jackson.version>2.13.3</jackson.version>
+ <jackson.version>2.14.1</jackson.version>
<onap-gerrit-review>-changelog-missing</onap-gerrit-review>
</properties>
diff --git a/dcae-analytics/dcae-analytics-web/pom.xml b/dcae-analytics/dcae-analytics-web/pom.xml
index 8108ec4..8a0fb84 100644
--- a/dcae-analytics/dcae-analytics-web/pom.xml
+++ b/dcae-analytics/dcae-analytics-web/pom.xml
@@ -7,6 +7,7 @@
~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
~ Copyright (c) 2021 Nokia Intellectual Property. All rights reserved.
~ Copyright (c) 2021-2022 Wipro Limited.
+ ~ 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.
@@ -44,7 +45,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- <undertow-core.version>2.2.17.Final</undertow-core.version>
+ <undertow-core.version>2.3.0.Final</undertow-core.version>
<httpclient.version>4.5.13</httpclient.version>
<onap-gerrit-review>-changelog-missing</onap-gerrit-review>
</properties>
diff --git a/dcae-analytics/pom.xml b/dcae-analytics/pom.xml
index 276d496..72ccdfc 100644
--- a/dcae-analytics/pom.xml
+++ b/dcae-analytics/pom.xml
@@ -7,6 +7,7 @@
~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
~ Copyright (c) 2021 China Mobile Property. All rights reserved.
~ Copyright (c) 2022 Wipro Limited.
+ ~ 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.
@@ -112,7 +113,7 @@
<snapshots.path>content/repositories/snapshots/</snapshots.path>
<releases.path>content/repositories/releases/</releases.path>
<docker.repository>nexus3.onap.org:10003</docker.repository>
- <spring-swagger-ui.version>2.10.5</spring-swagger-ui.version>
+ <spring-swagger-ui.version>3.0.0</spring-swagger-ui.version>
<onap-gerrit-review>-changelog-missing</onap-gerrit-review>
<!-- SONAR EXCLUSIONS -->
diff --git a/dcae-analytics/version.properties b/dcae-analytics/version.properties
index a486fcb..f5b408e 100644
--- a/dcae-analytics/version.properties
+++ b/dcae-analytics/version.properties
@@ -5,6 +5,7 @@
# Copyright (c) 2021 Samsung Electronics. All rights reserved.
# Copyright (c) 2022 Wipro Limited.
# Copyright (c) 2022 Huawei. 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.
@@ -21,8 +22,8 @@
#
#
major=1
-minor=3
-patch=4
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index c379d33..56aaa05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,7 @@
~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
~ Copyright (c) 2022 Wipro Limited.
~ Copyright (c) 2022 Huawei. 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.
@@ -36,7 +37,7 @@
<version>${revision}</version>
<properties>
- <revision>1.3.4-SNAPSHOT</revision>
+ <revision>1.4.0-SNAPSHOT</revision>
</properties>
<name>dcaegen2-analytics-tca-gen2</name>
diff --git a/version.properties b/version.properties
index ef87c2e..e23335b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,6 +4,7 @@
# ================================================================================
# Copyright (c) 2022 Wipro Limited.
# Copyright (c) 2022 Huawei. 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.
@@ -19,8 +20,8 @@
# ============LICENSE_END=========================================================
##################################################################################
major=1
-minor=3
-patch=4
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT