From d38bfa0bde209d5549fdfeb671f0b9539a4e6381 Mon Sep 17 00:00:00 2001 From: sushant53 Date: Wed, 22 Feb 2023 12:53:37 +0530 Subject: [DCAEGEN2] Upgrade dependencies for dcaegen2-services-slice-analysis-ms Upgrade dependency version as per SECCOM recommendations Issue-ID: DCAEGEN2-3355 Change-Id: I3288737eaf8446a88991ce80787b4ee9fee39628 Signed-off-by: sushant53 --- components/slice-analysis-ms/ChangeLog.md | 3 +++ components/slice-analysis-ms/pom.xml | 17 +++++++++-------- components/slice-analysis-ms/version.properties | 5 +++-- 3 files changed, 15 insertions(+), 10 deletions(-) (limited to 'components') diff --git a/components/slice-analysis-ms/ChangeLog.md b/components/slice-analysis-ms/ChangeLog.md index aa92c9cd..3c61b9f0 100644 --- a/components/slice-analysis-ms/ChangeLog.md +++ b/components/slice-analysis-ms/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.2.0] - 2023/02/22 + - [DCAEGEN2-3355](https://jira.onap.org/browse/DCAEGEN2-3355) - Slice-Analysis-Ms vulnerability updates + ## [1.1.5] - 2022/09/14 - [DCAEGEN2-3221](https://jira.onap.org/browse/DCAEGEN2-3221) - Slice-Analysis-Ms vulnerability updates diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml index 15ae6ed7..cf4de61b 100644 --- a/components/slice-analysis-ms/pom.xml +++ b/components/slice-analysis-ms/pom.xml @@ -8,6 +8,7 @@ * Copyright (C) 2022 Huawei Canada Limited. * Copyright (C) 2022 CTC, Inc. * Copyright (C) 2022 Huawei Technologies Co., Ltd. + * 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,14 +37,14 @@ org.onap.dcaegen2.services.components slice-analysis-ms - 1.1.5-SNAPSHOT + 1.2.0-SNAPSHOT dcaegen2-services-slice-analysis-ms Network slice PM analyser jar 11 1.8.7 - 5.3.20 + 5.3.25 UTF-8 11 11 @@ -183,7 +184,7 @@ com.fasterxml.jackson.core jackson-core - 2.13.3 + 2.14.1 net.javacrumbs.json-unit @@ -194,7 +195,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.14.1 @@ -216,7 +217,7 @@ org.postgresql postgresql - 42.3.6 + 42.5.1 org.springframework.boot @@ -294,7 +295,7 @@ org.eclipse.jetty jetty-server - 9.4.41.v20210516 + 11.0.12 @@ -317,7 +318,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.65 + 10.1.2 @@ -329,7 +330,7 @@ ch.qos.logback logback-core - 1.2.10 + 1.4.5 org.projectlombok diff --git a/components/slice-analysis-ms/version.properties b/components/slice-analysis-ms/version.properties index 672d9b5f..f8e93847 100644 --- a/components/slice-analysis-ms/version.properties +++ b/components/slice-analysis-ms/version.properties @@ -6,6 +6,7 @@ # Copyright (C) 2022 Huawei Canada Limited. # Copyright (C) 2022 CTC, Inc. # 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. @@ -22,8 +23,8 @@ # ############################################################################### major=1 -minor=1 -patch=5 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg