Skip to content

Commit 8005156

Browse files
committed
Update Framework version 1.8.7
1 parent 5cde3e9 commit 8005156

6 files changed

Lines changed: 3337 additions & 3297 deletions

File tree

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.8.7
2+
======
3+
Dec 09, 2025
4+
* Update Selenium 4.39.0 support CDP 143
5+
* Update dependency version latest in pom.xml
6+
* Update class LocalStorageUtils in utils package
7+
* Update file log4j2.properties to fix log issue
8+
19
v1.8.6
210
======
311
May 22, 2025

pom.xml

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.anhtester</groupId>
88
<artifactId>anhtester-cucumber-testng</artifactId>
9-
<version>1.8.6</version>
9+
<version>1.8.7</version>
1010
<name>TestAutomationFrameworkCucumberTestNG</name>
1111
<url>https://github.com/anhtester/AutomationFrameworkCucumberTestNG</url>
1212

@@ -15,42 +15,40 @@
1515
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1717
<java-compiler.version>17</java-compiler.version>
18-
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
18+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
1919

20-
<cucumber.java.version>7.22.2</cucumber.java.version>
21-
<gherkin.version>32.1.1</gherkin.version>
20+
<cucumber.java.version>7.33.0</cucumber.java.version>
21+
<gherkin.version>37.0.0</gherkin.version>
2222
<cucumber-reporting.version>5.8.4</cucumber-reporting.version>
23-
<selenium.version>4.32.0</selenium.version>
23+
<selenium.version>4.39.0</selenium.version>
2424
<testng.version>7.11.0</testng.version>
25-
<aspectjweaver.version>1.9.24</aspectjweaver.version>
26-
<log4j.version>2.24.3</log4j.version>
27-
<slf4j.version>2.0.17</slf4j.version>
28-
<allure-testng.version>2.29.1</allure-testng.version>
29-
<allure-maven.version>2.15.2</allure-maven.version>
25+
<aspectjweaver.version>1.9.25</aspectjweaver.version>
26+
<allure-testng.version>2.31.0</allure-testng.version>
27+
<allure-maven.version>2.16.1</allure-maven.version>
3028
<allure-environment-writer.version>1.0.0</allure-environment-writer.version>
3129
<allure.cmd.download.url>
3230
https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
3331
</allure.cmd.download.url>
3432
<extentreports.version>5.1.2</extentreports.version>
35-
<apache-poi.version>5.4.1</apache-poi.version>
33+
<apache-poi.version>5.5.1</apache-poi.version>
3634
<apache-poi-xml.version>5.2.5</apache-poi-xml.version>
37-
<commons-io.version>2.19.0</commons-io.version>
35+
<commons-io.version>2.21.0</commons-io.version>
3836
<owner.version>1.0.12</owner.version>
3937
<assertj.version>3.24.2</assertj.version>
4038
<monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version>
4139
<mysql-connector-java.version>8.0.33</mysql-connector-java.version>
42-
<lombok.version>1.18.38</lombok.version>
40+
<lombok.version>1.18.42</lombok.version>
4341
<data.supplier.version>1.9.7</data.supplier.version>
4442
<javax.mail.version>1.6.2</javax.mail.version>
4543
<zip.version>1.17</zip.version>
46-
<rest-assured.version>5.5.2</rest-assured.version>
47-
<gson.version>2.13.1</gson.version>
48-
<jackson-databind.version>2.19.0</jackson-databind.version>
49-
<datafaker.version>2.4.3</datafaker.version>
50-
<telegram.bot.version>8.3.0</telegram.bot.version>
51-
<commons-lang3.version>3.17.0</commons-lang3.version>
44+
<rest-assured.version>5.5.6</rest-assured.version>
45+
<gson.version>2.13.2</gson.version>
46+
<jackson-databind.version>2.20.1</jackson-databind.version>
47+
<datafaker.version>2.5.3</datafaker.version>
48+
<telegram.bot.version>9.2.1</telegram.bot.version>
49+
<commons-lang3.version>3.20.0</commons-lang3.version>
5250
<extentreports-cucumber7-adapter.version>1.14.0</extentreports-cucumber7-adapter.version>
53-
<mysql-connector-j.version>9.3.0</mysql-connector-j.version>
51+
<mysql-connector-j.version>9.5.0</mysql-connector-j.version>
5452

5553
<!-- Suite XML path -->
5654
<suite.feature>src/test/resources/suites/SuiteFeatureByTag.xml</suite.feature>
@@ -133,19 +131,19 @@
133131
<version>${cucumber.java.version}</version>
134132
</dependency>
135133

136-
<!-- https://mvnrepository.com/artifact/io.cucumber/cucumber-gherkin -->
137-
<dependency>
138-
<groupId>io.cucumber</groupId>
139-
<artifactId>cucumber-gherkin</artifactId>
140-
<version>${cucumber.java.version}</version>
141-
</dependency>
134+
<!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.cucumber/cucumber-gherkin &ndash;&gt;-->
135+
<!-- <dependency>-->
136+
<!-- <groupId>io.cucumber</groupId>-->
137+
<!-- <artifactId>cucumber-gherkin</artifactId>-->
138+
<!-- <version>${cucumber.java.version}</version>-->
139+
<!-- </dependency>-->
142140

143-
<!-- https://mvnrepository.com/artifact/io.cucumber/gherkin -->
144-
<dependency>
145-
<groupId>io.cucumber</groupId>
146-
<artifactId>gherkin</artifactId>
147-
<version>${gherkin.version}</version>
148-
</dependency>
141+
<!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.cucumber/gherkin &ndash;&gt;-->
142+
<!-- <dependency>-->
143+
<!-- <groupId>io.cucumber</groupId>-->
144+
<!-- <artifactId>gherkin</artifactId>-->
145+
<!-- <version>${gherkin.version}</version>-->
146+
<!-- </dependency>-->
149147

150148
<!-- https://mvnrepository.com/artifact/com.aventstack/extentreports -->
151149
<dependency>
@@ -200,13 +198,13 @@
200198
<dependency>
201199
<groupId>org.apache.logging.log4j</groupId>
202200
<artifactId>log4j-api</artifactId>
203-
<version>2.24.3</version>
201+
<version>2.25.2</version>
204202
</dependency>
205203
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
206204
<dependency>
207205
<groupId>org.apache.logging.log4j</groupId>
208206
<artifactId>log4j-core</artifactId>
209-
<version>2.24.3</version>
207+
<version>2.25.2</version>
210208
</dependency>
211209

212210
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
@@ -245,7 +243,7 @@
245243
<dependency>
246244
<groupId>org.apache.maven.plugins</groupId>
247245
<artifactId>maven-compiler-plugin</artifactId>
248-
<version>3.14.0</version>
246+
<version>3.14.1</version>
249247
<type>maven-plugin</type>
250248
</dependency>
251249

0 commit comments

Comments
 (0)