From fe63a7b9260cf38995d30689ebaca68498a504ed Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Fri, 23 Jul 2021 08:50:35 +0200 Subject: Update undertow-core and freemarker versions Issue-ID: DCAEGEN2-2807 Signed-off-by: Remigiusz Janeczek Change-Id: I4f7455fbf60f902e4b4acadcc85a789022e05d75 --- Changelog.md | 5 +++++ pom.xml | 6 +++--- version.properties | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index e23a6e2..c4acbef 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.7.0] +### Changed +- Update io.undertow:undertow-core to version 2.2.9.Final +- Update org.freemarker:freemarker to version 2.3.31 + ## [1.6.0] - 16/04/2021 ### Changed - Utilize DMaaP-Client in PM-Mapper diff --git a/pom.xml b/pom.xml index 6d5af6c..38a7bf5 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.dcaegen2.services pm-mapper - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT dcaegen2-services-pm-mapper @@ -47,9 +47,9 @@ 1.7.25 1.2.3 3.4.0 - 2.2.3.Final + 2.2.9.Final 2.8.6 - 2.3.28 + 2.3.31 2.8.0 2.3.1 2.3.0.1 diff --git a/version.properties b/version.properties index eabef1f..24828c2 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=6 +minor=7 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg