|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId> |
8 | 8 | <artifactId>anhtester-selenium-java</artifactId> |
9 | | - <version>2.0.3</version> |
| 9 | + <version>2.1.0</version> |
10 | 10 | <name>AutomationFrameworkSelenium</name> |
11 | 11 | <url>https://github.com/anhtester/AutomationFrameworkSelenium</url> |
12 | 12 | <description>Test Automation Framework Selenium Java with TestNG building by Anh Tester</description> |
|
26 | 26 | <java-compiler.version>17</java-compiler.version> |
27 | 27 | <maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version> |
28 | 28 | <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version> |
29 | | - <selenium.version>4.15.0</selenium.version> |
| 29 | + <selenium.version>4.16.1</selenium.version> |
30 | 30 | <testng.version>7.8.0</testng.version> |
31 | 31 | <webdrivermanager.version>5.6.2</webdrivermanager.version> |
32 | | - <aspectjweaver.version>1.9.21.M1</aspectjweaver.version> |
| 32 | + <aspectjweaver.version>1.9.21.RC1</aspectjweaver.version> |
33 | 33 | <ashot.version>1.5.4</ashot.version> |
34 | 34 | <log4j.version>3.0.0-alpha1</log4j.version> |
35 | 35 | <slf4j.version>2.0.9</slf4j.version> |
36 | | - <allure-testng.version>2.24.0</allure-testng.version> |
| 36 | + <allure-testng.version>2.25.0</allure-testng.version> |
37 | 37 | <allure-maven.version>2.12.0</allure-maven.version> |
38 | 38 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version> |
39 | 39 | <allure.cmd.download.url> |
40 | 40 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline |
41 | 41 | </allure.cmd.download.url> |
42 | 42 | <extentreports.version>5.1.1</extentreports.version> |
43 | | - <apache-poi.version>5.2.4</apache-poi.version> |
44 | | - <commons-io.version>2.15.0</commons-io.version> |
| 43 | + <apache-poi.version>5.2.5</apache-poi.version> |
| 44 | + <commons-io.version>2.15.1</commons-io.version> |
45 | 45 | <owner.version>1.0.12</owner.version> |
46 | 46 | <assertj.version>3.24.2</assertj.version> |
47 | 47 | <datafaker.version>2.0.2</datafaker.version> |
|
175 | 175 | <dependency> |
176 | 176 | <groupId>io.qameta.allure</groupId> |
177 | 177 | <artifactId>allure-plugin-api</artifactId> |
178 | | - <version>2.24.1</version> |
| 178 | + <version>2.25.0</version> |
179 | 179 | </dependency> |
180 | 180 |
|
181 | 181 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng --> |
|
0 commit comments