@@ -5,21 +5,48 @@ 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.7.0] - 04-01-2026
9+
10+ ### Changed
11+
12+ - Adoption of Java 25
13+ - Set ` java.version ` to 25
14+ - Changed ` actions/setup-java@v4 ` in ` .github/workflows/test-execution.yml ` to Java 25
15+ - Renamed ` MessageFormat ` to ` LocationUrlResolver ` and updated usages
16+ - Updated CPF generation to avoid deprecated DataFaker API
17+ - Updated the following dependencies
18+ - ` maven-compiler-plugin.version -> 3.14.1 `
19+ - ` maven-surefire-plugin.version -> 3.5.4 `
20+ - ` restassured.version -> 6.0.0 `
21+ - ` junit.jupiter.version -> 6.0.1 `
22+ - ` assertj.version -> 3.27.6 `
23+ - ` datafaker.version -> 2.5.3 `
24+ - ` log4j.version -> 2.25.3 `
25+ - ` slf4j.version -> 2.0.17 `
26+ - ` allure.version -> 2.32.0 `
27+ - ` allure-maven.version -> 2.17.0 `
28+ - ` aspectj.version -> 1.9.25.1 `
29+ - ` commons-codec.version -> 1.20.0 `
30+ - ` jackson-databind.version -> 3.0.3 `
31+ - ` rhino.version -> 1.9.0 `
32+ - Added ` junit-platform-launcher ` (test scope)
33+ - Removed ` allure-testng `
34+
835## [ 2.6.0] - 21-03-2024
936
1037### Changed
1138
1239- Updated the following dependencies
13- - ` maven-surefire-plugin -> 3.5.3 `
40+ - ` maven-surefire-plugin -> 3.5.3 `
1441
1542## [ 2.5.0] - 21-03-2024
1643
1744### Changed
1845
1946- Adoption of Java 24
2047- Updated the following dependencies
21- - ` restassured -> 5.5.1 `
22- - ` aspectj -> 1.9.23 `
48+ - ` restassured -> 5.5.1 `
49+ - ` aspectj -> 1.9.23 `
2350
2451## [ 2.4.4] - 17-12-2024
2552
0 commit comments