File tree Expand file tree Collapse file tree 6 files changed +22
-8
lines changed Expand file tree Collapse file tree 6 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,20 @@ ifdef::env-github[]
99:warning-caption: :warning:
1010endif::[]
1111
12+ == Version 0.7.1
13+ [cols="1,2,<10a", options="header"]
14+ |===
15+ |ID|Type|Description
16+ |https://github.com/Axway-API-Management-Plus/yamles-utils/issues/26[#26]
17+ |Fix
18+ |Fix build pipeline.
19+
20+ |https://github.com/Axway-API-Management-Plus/yamles-utils/security/dependabot/4[#dependabot-4]
21+ |Fix
22+ |Fix json-path Out-of-bounds Write vulnerability.
23+ |===
24+
25+
1226== Version 0.7.0
1327[cols="1,2,<10a", options="header"]
1428|===
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ifdef::env-github[]
1212:tip-caption: :bulb:
1313:warning-caption: :warning:
1414endif::[]
15- ifndef::revnumber[:revnumber: 0.7.0 ]
15+ ifndef::revnumber[:revnumber: 0.7.1 ]
1616
1717image:https://github.com/Axway-API-Management-Plus/yamles-utils/actions/workflows/maven-publish.yml/badge.svg[Workflow Status]
1818image:https://img.shields.io/github/license/Axway-API-Management-Plus/yamles-utils?style=plastic[]
Original file line number Diff line number Diff line change 4646
4747 <properties >
4848 <!-- Library versions -->
49- <apache-commons-io >2.13.0 </apache-commons-io >
49+ <apache-commons-io >2.16.1 </apache-commons-io >
5050 </properties >
5151 <dependencies >
5252 <dependency >
Original file line number Diff line number Diff line change 4646
4747 <properties >
4848 <!-- Library versions -->
49- <apache-commons-io >2.13.0 </apache-commons-io >
50- <picoli .version>4.7.5 </picoli .version>
49+ <apache-commons-io >2.16.1 </apache-commons-io >
50+ <picoli .version>4.7.6 </picoli .version>
5151 <pebble .version>3.2.2</pebble .version>
52- <jsonpath .version>2.8 .0</jsonpath .version>
52+ <jsonpath .version>2.9 .0</jsonpath .version>
5353 </properties >
5454 <dependencies >
5555 <dependency >
Original file line number Diff line number Diff line change 3737 </developer >
3838 </developers >
3939 <properties >
40- <revision >0.7.0 </revision >
40+ <revision >0.7.1 </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>
5252 <flatten-plugin .version>1.5.0</flatten-plugin .version>
5353 <!-- Library versions -->
5454 <jackson .version>2.17.1</jackson .version>
55- <pf4j .version>3.11.0 </pf4j .version>
55+ <pf4j .version>3.11.1 </pf4j .version>
5656 <log4j .version>2.23.1</log4j .version>
5757 <junit .jupiter.version>5.10.2</junit .jupiter.version>
5858 <junit .platform.version>1.10.2</junit .platform.version>
Original file line number Diff line number Diff line change 4141 <relativePath >../../pdk</relativePath >
4242 </parent >
4343 <properties >
44- <awssdk .version>2.25.47 </awssdk .version>
44+ <awssdk .version>2.25.63 </awssdk .version>
4545 </properties >
4646 <dependencyManagement >
4747 <dependencies >
You can’t perform that action at this time.
0 commit comments