|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId> |
8 | 8 | <artifactId>anhtester-selenium-java</artifactId> |
9 | | - <version>2.2.1</version> |
| 9 | + <version>2.2.3</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.5</maven-surefire-plugin.version> |
28 | 28 | <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> |
32 | 32 | <aspectjweaver.version>1.9.22</aspectjweaver.version> |
33 | 33 | <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> |
37 | 38 | <allure-maven.version>2.12.0</allure-maven.version> |
38 | 39 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version> |
39 | 40 | <allure.cmd.download.url> |
40 | 41 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline |
41 | 42 | </allure.cmd.download.url> |
42 | 43 | <extentreports.version>5.1.1</extentreports.version> |
43 | 44 | <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> |
45 | 46 | <owner.version>1.0.12</owner.version> |
46 | 47 | <assertj.version>3.25.3</assertj.version> |
47 | | - <datafaker.version>2.1.0</datafaker.version> |
| 48 | + <datafaker.version>2.2.2</datafaker.version> |
48 | 49 | <monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version> |
49 | 50 | <mysql-connector-java.version>8.0.33</mysql-connector-java.version> |
50 | 51 | <google.zxing.version>3.5.3</google.zxing.version> |
|
53 | 54 | <javax.mail.version>1.6.2</javax.mail.version> |
54 | 55 | <zip.version>1.17</zip.version> |
55 | 56 | <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> |
56 | 61 |
|
57 | 62 | <!-- Suite XML path - CRM --> |
58 | 63 | <suite.signin.simple>src/test/resources/suites/SignIn-simple.xml</suite.signin.simple> |
|
90 | 95 | <dependency> |
91 | 96 | <groupId>com.jayway.jsonpath</groupId> |
92 | 97 | <artifactId>json-path</artifactId> |
93 | | - <version>2.9.0</version> |
| 98 | + <version>${json-path.version}</version> |
94 | 99 | </dependency> |
95 | 100 |
|
96 | 101 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
|
166 | 171 | <dependency> |
167 | 172 | <groupId>io.qameta.allure</groupId> |
168 | 173 | <artifactId>allure-plugin-api</artifactId> |
169 | | - <version>2.27.0</version> |
| 174 | + <version>${allure-plugin-api.version}</version> |
170 | 175 | </dependency> |
171 | 176 |
|
172 | 177 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng --> |
|
196 | 201 | </dependency> |
197 | 202 |
|
198 | 203 | <!-- 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>--> |
204 | 209 |
|
205 | 210 | <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> |
206 | 211 | <dependency> |
|
269 | 274 | <dependency> |
270 | 275 | <groupId>com.mysql</groupId> |
271 | 276 | <artifactId>mysql-connector-j</artifactId> |
272 | | - <version>8.3.0</version> |
| 277 | + <version>${mysql-connector-j.version}</version> |
273 | 278 | </dependency> |
274 | 279 |
|
275 | 280 | <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java --> |
|
304 | 309 | <dependency> |
305 | 310 | <groupId>com.github.pengrad</groupId> |
306 | 311 | <artifactId>java-telegram-bot-api</artifactId> |
307 | | - <version>7.1.1</version> |
| 312 | + <version>${java-telegram-bot-api.version}</version> |
308 | 313 | </dependency> |
309 | 314 |
|
310 | 315 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
311 | 316 | <dependency> |
312 | 317 | <groupId>org.apache.commons</groupId> |
313 | 318 | <artifactId>commons-lang3</artifactId> |
314 | | - <version>3.14.0</version> |
| 319 | + <version>${commons-lang3.version}</version> |
315 | 320 | </dependency> |
316 | 321 |
|
317 | 322 | </dependencies> |
|
0 commit comments