Skip to content

Commit 36146c8

Browse files
committed
Release 0.7.4
1 parent 228769b commit 36146c8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ ifdef::env-github[]
99
:warning-caption: :warning:
1010
endif::[]
1111

12+
== Version 0.7.4
13+
[cols="1,2,<10a", options="header"]
14+
|===
15+
|ID|Type|Description
16+
|https://github.com/Axway-API-Management-Plus/yamles-utils/issues/33[#33]
17+
|Security
18+
|Fix CVE-2023-6378 by upgrading to logback-classic:1.3.14
19+
20+
|https://github.com/Axway-API-Management-Plus/yamles-utils/issues/34[#34]
21+
|Maintenance
22+
|Upgrade dependency versions
23+
24+
|===
25+
1226
== Version 0.7.3
1327
[cols="1,2,<10a", options="header"]
1428
|===

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ifdef::env-github[]
1212
:tip-caption: :bulb:
1313
:warning-caption: :warning:
1414
endif::[]
15-
ifndef::revnumber[:revnumber: 0.7.3]
15+
ifndef::revnumber[:revnumber: 0.7.4]
1616

1717
image:https://github.com/Axway-API-Management-Plus/yamles-utils/actions/workflows/maven-publish.yml/badge.svg[Workflow Status]
1818
image:https://img.shields.io/github/license/Axway-API-Management-Plus/yamles-utils?style=plastic[]

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</developer>
3838
</developers>
3939
<properties>
40-
<revision>0.7.4-SNAPSHOT</revision>
40+
<revision>0.7.4</revision>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<maven.compiler.release>8</maven.compiler.release>
4343
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)