Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed May 31, 2024
1 parent cad6000 commit 3fb4c18
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
|===
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<properties>
<!-- Library versions -->
<apache-commons-io>2.13.0</apache-commons-io>
<apache-commons-io>2.16.1</apache-commons-io>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@

<properties>
<!-- Library versions -->
<apache-commons-io>2.13.0</apache-commons-io>
<picoli.version>4.7.5</picoli.version>
<apache-commons-io>2.16.1</apache-commons-io>
<picoli.version>4.7.6</picoli.version>
<pebble.version>3.2.2</pebble.version>
<jsonpath.version>2.8.0</jsonpath.version>
<jsonpath.version>2.9.0</jsonpath.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</developer>
</developers>
<properties>
<revision>0.7.0</revision>
<revision>0.7.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -52,7 +52,7 @@
<flatten-plugin.version>1.5.0</flatten-plugin.version>
<!-- Library versions -->
<jackson.version>2.17.1</jackson.version>
<pf4j.version>3.11.0</pf4j.version>
<pf4j.version>3.11.1</pf4j.version>
<log4j.version>2.23.1</log4j.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.platform.version>1.10.2</junit.platform.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<relativePath>../../pdk</relativePath>
</parent>
<properties>
<awssdk.version>2.25.47</awssdk.version>
<awssdk.version>2.25.63</awssdk.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 3fb4c18

Please sign in to comment.