Skip to content

Commit

Permalink
Update Selenium 4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vothaian committed Sep 25, 2024
1 parent 2fc95c1 commit 0957c91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.4.6
======
Sep 26, 2024
* Update Selenium 4.25.0

v2.4.5
======
Sep 07, 2024
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.anhtester</groupId>
<artifactId>anhtester-selenium-java</artifactId>
<version>2.4.5</version>
<version>2.4.6</version>
<name>AutomationFrameworkSelenium</name>
<url>https://github.com/anhtester/AutomationFrameworkSelenium</url>
<description>Test Automation Framework Selenium Java with TestNG building by Anh Tester</description>
Expand All @@ -26,7 +26,7 @@
<java-compiler.version>17</java-compiler.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<selenium.version>4.24.0</selenium.version>
<selenium.version>4.25.0</selenium.version>
<testng.version>7.10.2</testng.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<ashot.version>1.5.4</ashot.version>
Expand All @@ -41,7 +41,7 @@
</allure.cmd.download.url>
<extentreports.version>5.1.2</extentreports.version>
<apache-poi.version>5.3.0</apache-poi.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>
<owner.version>1.0.12</owner.version>
<assertj.version>3.26.3</assertj.version>
<datafaker.version>2.3.1</datafaker.version>
Expand Down

0 comments on commit 0957c91

Please sign in to comment.