Skip to content

Commit f5080eb

Browse files
committed
Update Selenium 4.20.0 support CDP 124
1 parent 92124a2 commit f5080eb

File tree

2 files changed

+31
-19
lines changed

2 files changed

+31
-19
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.2.3
2+
======
3+
Apr 26, 2024
4+
* Update Selenium 4.20.0
5+
* Update support CDP 124 (Chromium)
6+
* Update CDP Network in WebUI
7+
18
v2.2.2
29
======
310
Apr 02, 2024

pom.xml

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

77
<groupId>com.anhtester</groupId>
88
<artifactId>anhtester-selenium-java</artifactId>
9-
<version>2.2.1</version>
9+
<version>2.2.3</version>
1010
<name>AutomationFrameworkSelenium</name>
1111
<url>https://github.com/anhtester/AutomationFrameworkSelenium</url>
1212
<description>Test Automation Framework Selenium Java with TestNG building by Anh Tester</description>
@@ -26,25 +26,26 @@
2626
<java-compiler.version>17</java-compiler.version>
2727
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
2828
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
29-
<selenium.version>4.19.1</selenium.version>
30-
<testng.version>7.9.0</testng.version>
31-
<webdrivermanager.version>5.6.3</webdrivermanager.version>
29+
<selenium.version>4.20.0</selenium.version>
30+
<testng.version>7.10.1</testng.version>
31+
<webdrivermanager.version>5.8.0</webdrivermanager.version>
3232
<aspectjweaver.version>1.9.22</aspectjweaver.version>
3333
<ashot.version>1.5.4</ashot.version>
34-
<log4j.version>2.23.0</log4j.version>
35-
<slf4j.version>2.0.11</slf4j.version>
36-
<allure-testng.version>2.26.0</allure-testng.version>
34+
<log4j.version>2.23.1</log4j.version>
35+
<slf4j.version>2.0.13</slf4j.version>
36+
<allure-testng.version>2.27.0</allure-testng.version>
37+
<allure-plugin-api.version>2.29.0</allure-plugin-api.version>
3738
<allure-maven.version>2.12.0</allure-maven.version>
3839
<allure-environment-writer.version>1.0.0</allure-environment-writer.version>
3940
<allure.cmd.download.url>
4041
https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
4142
</allure.cmd.download.url>
4243
<extentreports.version>5.1.1</extentreports.version>
4344
<apache-poi.version>5.2.5</apache-poi.version>
44-
<commons-io.version>2.16.0</commons-io.version>
45+
<commons-io.version>2.16.1</commons-io.version>
4546
<owner.version>1.0.12</owner.version>
4647
<assertj.version>3.25.3</assertj.version>
47-
<datafaker.version>2.1.0</datafaker.version>
48+
<datafaker.version>2.2.2</datafaker.version>
4849
<monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version>
4950
<mysql-connector-java.version>8.0.33</mysql-connector-java.version>
5051
<google.zxing.version>3.5.3</google.zxing.version>
@@ -53,6 +54,10 @@
5354
<javax.mail.version>1.6.2</javax.mail.version>
5455
<zip.version>1.17</zip.version>
5556
<jackson.version>2.17.0</jackson.version>
57+
<java-telegram-bot-api.version>7.2.1</java-telegram-bot-api.version>
58+
<commons-lang3.version>3.14.0</commons-lang3.version>
59+
<mysql-connector-j.version>8.3.0</mysql-connector-j.version>
60+
<json-path.version>2.9.0</json-path.version>
5661

5762
<!-- Suite XML path - CRM -->
5863
<suite.signin.simple>src/test/resources/suites/SignIn-simple.xml</suite.signin.simple>
@@ -90,7 +95,7 @@
9095
<dependency>
9196
<groupId>com.jayway.jsonpath</groupId>
9297
<artifactId>json-path</artifactId>
93-
<version>2.9.0</version>
98+
<version>${json-path.version}</version>
9499
</dependency>
95100

96101
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
@@ -166,7 +171,7 @@
166171
<dependency>
167172
<groupId>io.qameta.allure</groupId>
168173
<artifactId>allure-plugin-api</artifactId>
169-
<version>2.27.0</version>
174+
<version>${allure-plugin-api.version}</version>
170175
</dependency>
171176

172177
<!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng -->
@@ -196,11 +201,11 @@
196201
</dependency>
197202

198203
<!-- https://mvnrepository.com/artifact/tech.grasshopper/pdfextentreporter -->
199-
<!-- <dependency>-->
200-
<!-- <groupId>tech.grasshopper</groupId>-->
201-
<!-- <artifactId>pdfextentreporter</artifactId>-->
202-
<!-- <version>1.3.2</version>-->
203-
<!-- </dependency>-->
204+
<!-- <dependency>-->
205+
<!-- <groupId>tech.grasshopper</groupId>-->
206+
<!-- <artifactId>pdfextentreporter</artifactId>-->
207+
<!-- <version>1.3.2</version>-->
208+
<!-- </dependency>-->
204209

205210
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
206211
<dependency>
@@ -269,7 +274,7 @@
269274
<dependency>
270275
<groupId>com.mysql</groupId>
271276
<artifactId>mysql-connector-j</artifactId>
272-
<version>8.3.0</version>
277+
<version>${mysql-connector-j.version}</version>
273278
</dependency>
274279

275280
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
@@ -304,14 +309,14 @@
304309
<dependency>
305310
<groupId>com.github.pengrad</groupId>
306311
<artifactId>java-telegram-bot-api</artifactId>
307-
<version>7.1.1</version>
312+
<version>${java-telegram-bot-api.version}</version>
308313
</dependency>
309314

310315
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
311316
<dependency>
312317
<groupId>org.apache.commons</groupId>
313318
<artifactId>commons-lang3</artifactId>
314-
<version>3.14.0</version>
319+
<version>${commons-lang3.version}</version>
315320
</dependency>
316321

317322
</dependencies>

0 commit comments

Comments
 (0)