File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.4.4] - 17-12-2024
9+
10+ ### Changed
11+
12+ - Updated the following dependencies
13+ - junit.jupiter.version>5.11.4
14+
15+ ### Fix
16+
17+ - Fix compilation error
18+
819## [ 2.4.3] - 10-12-2024
920
1021### Changed
Original file line number Diff line number Diff line change 66
77 <groupId >com.eliasogueira.credit</groupId >
88 <artifactId >restassured-complete-basic-example</artifactId >
9- <version >2.4.3 </version >
9+ <version >2.4.4 </version >
1010
1111 <properties >
1212 <java .version>23</java .version>
1717 <maven-failsafe-plugin .version>3.2.5</maven-failsafe-plugin .version>
1818
1919 <restassured .version>5.5.0</restassured .version>
20- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
20+ <junit .jupiter.version>5.11.4 </junit .jupiter.version>
2121 <assertj .version>3.26.3</assertj .version>
2222 <datafaker .version>2.4.2</datafaker .version>
2323 <owner .version>1.0.12</owner .version>
4848 <groupId >io.rest-assured</groupId >
4949 <artifactId >json-schema-validator</artifactId >
5050 <version >${restassured.version} </version >
51- <exclusions >
52- <exclusion >
53- <groupId >com.fasterxml.jackson.core</groupId >
54- <artifactId >jackson-databind</artifactId >
55- </exclusion >
56- </exclusions >
5751 </dependency >
5852
5953 <dependency >
You can’t perform that action at this time.
0 commit comments