From 3fb4c1855051daa11aec5bb14271f49450604588 Mon Sep 17 00:00:00 2001 From: Martin Look Date: Fri, 31 May 2024 11:02:25 +0200 Subject: [PATCH] Release v0.7.1 --- CHANGELOG.adoc | 14 ++++++++++++++ README.adoc | 2 +- api/pom.xml | 2 +- cmd/pom.xml | 6 +++--- parent/pom.xml | 4 ++-- plugins/aws/pom.xml | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index bf3b8f2..0a838ec 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -9,6 +9,20 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] +== Version 0.7.1 +[cols="1,2,<10a", options="header"] +|=== +|ID|Type|Description +|https://github.com/Axway-API-Management-Plus/yamles-utils/issues/26[#26] +|Fix +|Fix build pipeline. + +|https://github.com/Axway-API-Management-Plus/yamles-utils/security/dependabot/4[#dependabot-4] +|Fix +|Fix json-path Out-of-bounds Write vulnerability. +|=== + + == Version 0.7.0 [cols="1,2,<10a", options="header"] |=== diff --git a/README.adoc b/README.adoc index 86751ad..e4ffe36 100644 --- a/README.adoc +++ b/README.adoc @@ -12,7 +12,7 @@ ifdef::env-github[] :tip-caption: :bulb: :warning-caption: :warning: endif::[] -ifndef::revnumber[:revnumber: 0.7.0] +ifndef::revnumber[:revnumber: 0.7.1] image:https://github.com/Axway-API-Management-Plus/yamles-utils/actions/workflows/maven-publish.yml/badge.svg[Workflow Status] image:https://img.shields.io/github/license/Axway-API-Management-Plus/yamles-utils?style=plastic[] diff --git a/api/pom.xml b/api/pom.xml index 2bec4c7..b4cf804 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -46,7 +46,7 @@ - 2.13.0 + 2.16.1 diff --git a/cmd/pom.xml b/cmd/pom.xml index db575ed..2f36857 100644 --- a/cmd/pom.xml +++ b/cmd/pom.xml @@ -46,10 +46,10 @@ - 2.13.0 - 4.7.5 + 2.16.1 + 4.7.6 3.2.2 - 2.8.0 + 2.9.0 diff --git a/parent/pom.xml b/parent/pom.xml index cfc953a..882aa8a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -37,7 +37,7 @@ - 0.7.0 + 0.7.1 UTF-8 8 1.8 @@ -52,7 +52,7 @@ 1.5.0 2.17.1 - 3.11.0 + 3.11.1 2.23.1 5.10.2 1.10.2 diff --git a/plugins/aws/pom.xml b/plugins/aws/pom.xml index ce26195..812e7a4 100644 --- a/plugins/aws/pom.xml +++ b/plugins/aws/pom.xml @@ -41,7 +41,7 @@ ../../pdk - 2.25.47 + 2.25.63