From 7d74d98e0a7a2ddfc946b89092a4d60e80668829 Mon Sep 17 00:00:00 2001 From: pranitk1905 Date: Thu, 23 Feb 2023 17:52:20 +0530 Subject: [DCAEGEN2]Upgrade dependencies for dcaegen2-services-sdk Upgrade dependency version as per SECCOM recommendation Issue-ID: DCAEGEN2-3344 Change-Id: Idb04b00e4338ff7e5d0c4bad872b07ca1cf1fea3 Signed-off-by: pranitk1905 --- Changelog.md | 5 +++++ pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 155c2658..396a0435 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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.9.3] - 2023/02/23 +#### Added + - [DCAEGEN2-3344] - Upgrade dependencies for dcaegen2-services-sdk + + ## [1.9.2] - 2023/02/17 #### Added - [DCAEGEN2-3352] - Enhance services-sdk's security module JUnits to have OS agnostic path diff --git a/pom.xml b/pom.xml index 11a26d2a..884b41cc 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ language governing permissions and limitations under the License. 1.7.25 1.2.11 2.28.2 - 3.21.1 + 4.0.0-rc-2 0.10.2 1.6 16.0.3 @@ -97,7 +97,7 @@ language governing permissions and limitations under the License. ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 1.9.2-SNAPSHOT + 1.9.3-SNAPSHOT diff --git a/version.properties b/version.properties index aede13cb..61ffcde4 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=9 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg