summaryrefslogtreecommitdiffstats
path: root/dcae-analytics
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-analytics')
-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
6 files changed, 13 insertions, 7 deletions
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