From a2f66ad0ad72e5ea517a5670f131562af4eabc4b Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Sat, 24 Sep 2022 01:01:01 +0000 Subject: [PATCH] Fix app startup error + SDK version bump Change-Id: I2637e9ad0b8c616f7e59dfa2c4eed5dca13c822a Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-3269 Signed-off-by: Vijay Venkatesh Kumar --- Changelog.md | 3 ++- UniversalVesAdapter/pom.xml | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index e8c35ac..53fc15e 100755 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +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.3] - 2022/07/18 +## [1.4.3] - 2022/09/23 - [DCAEGEN2-3217] - dcaegen2-services-mapper vulnerability updates + - [DCAEGEN2-3269] - Fix application startup error + SDK version bump ## [1.4.2] - 2022/06/14 - [DCAEGEN2-3167] - CodeCoverage improvement for dcaegen2-services-mapper diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml index 7b6ea09..24864cd 100755 --- a/UniversalVesAdapter/pom.xml +++ b/UniversalVesAdapter/pom.xml @@ -53,9 +53,12 @@ content/sites/site/org/onap/dcaegen2/services/mapper/${project.artifactId}/${project.version} yyyyMMdd'T'HHmmss - + 2.13.3 - 1.8.7 + 1.8.10 + + + -changelog-missing @@ -206,12 +209,12 @@ com.fasterxml.jackson.core jackson-core - 2.12.6 + ${jackson.core.version} com.fasterxml.jackson.core jackson-databind - 2.13.3 + ${jackson.core.version} hsqldb -- 2.16.6