From 56fb6de5e2bf9bf21ddafbdb40a8b67536392356 Mon Sep 17 00:00:00 2001 From: abbas Date: Mon, 29 Aug 2022 09:15:49 +0000 Subject: vulnerability updates for son-handler Issue-ID: DCAEGEN2-3222 Signed-off-by: abbas Change-Id: If7f7f908872163bb8fc73b8dd1342b6c20ca3503 --- Changelog.md | 3 +++ pom.xml | 14 +++++++------- version.properties | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9ff9d6b..5943e70 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/). +## [2.1.8] - 2022/08/31 + - [DCAEGEN2-3222](https://jira.onap.org/browse/DCAEGEN2-3222) - dcaegen2-services-son-handler vulnerability updates + ## [2.1.7] - 2021/05/11 - [DCAEGEN2-3150](https://jira.onap.org/browse/DCAEGEN2-3150) - Fix bug in handling FM notification diff --git a/pom.xml b/pom.xml index 5365a15..f67a68c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.dcaegen2.services.son-handler son-handler dcaegen2-services-son-handler - 2.1.7-SNAPSHOT + 2.1.8-SNAPSHOT @@ -42,7 +42,7 @@ 1.8.6 - 5.3.14 + 5.3.20 UTF-8 11 11 @@ -144,12 +144,12 @@ com.fasterxml.jackson.core jackson-core - 2.12.6 + 2.13.3 com.fasterxml.jackson.core jackson-databind - 2.12.6 + 2.13.3 @@ -171,7 +171,7 @@ org.postgresql postgresql - 42.2.18 + 42.3.6 org.springframework.boot @@ -270,12 +270,12 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.50 + 10.0.21 ch.qos.logback logback-core - 1.2.10 + 1.2.11 diff --git a/version.properties b/version.properties index 13675c4..3f0f450 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ ############################################################################### major=2 minor=1 -patch=7 +patch=8 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg