|
6 | 6 |
|
7 | 7 | <groupId>anhtester.com</groupId>
|
8 | 8 | <artifactId>anhtester-cucumber-testng</artifactId>
|
9 |
| - <version>1.7.1</version> |
| 9 | + <version>1.7.3</version> |
10 | 10 | <name>TestAutomationFrameworkCucumberTestNG</name>
|
11 | 11 | <url>https://github.com/anhtester/AutomationFrameworkCucumberTestNG</url>
|
12 | 12 |
|
|
18 | 18 | <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
|
19 | 19 | <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
|
20 | 20 |
|
21 |
| - <cucumber.java.version>7.16.1</cucumber.java.version> |
| 21 | + <cucumber.java.version>7.17.0</cucumber.java.version> |
22 | 22 | <gherkin.version>28.0.0</gherkin.version>
|
23 | 23 | <cucumber-reporting.version>5.7.5</cucumber-reporting.version>
|
24 |
| - <selenium.version>4.19.1</selenium.version> |
25 |
| - <testng.version>7.9.0</testng.version> |
| 24 | + <selenium.version>4.20.0</selenium.version> |
| 25 | + <testng.version>7.10.1</testng.version> |
26 | 26 | <webdrivermanager.version>5.6.3</webdrivermanager.version>
|
27 | 27 | <aspectjweaver.version>1.9.22</aspectjweaver.version>
|
28 |
| - <log4j.version>2.23.0</log4j.version> |
29 |
| - <allure-testng.version>2.26.0</allure-testng.version> |
| 28 | + <log4j.version>2.23.1</log4j.version> |
| 29 | + <allure-testng.version>2.27.0</allure-testng.version> |
30 | 30 | <allure-maven.version>2.12.0</allure-maven.version>
|
31 | 31 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version>
|
32 | 32 | <allure.cmd.download.url>
|
|
35 | 35 | <extentreports.version>5.1.1</extentreports.version>
|
36 | 36 | <apache-poi.version>5.2.5</apache-poi.version>
|
37 | 37 | <apache-poi-xml.version>5.2.5</apache-poi-xml.version>
|
38 |
| - <commons-io.version>2.16.0</commons-io.version> |
| 38 | + <commons-io.version>2.16.1</commons-io.version> |
39 | 39 | <owner.version>1.0.12</owner.version>
|
40 | 40 | <assertj.version>3.24.2</assertj.version>
|
41 | 41 | <monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version>
|
|
47 | 47 | <javax.mail.version>1.6.2</javax.mail.version>
|
48 | 48 | <zip.version>1.17</zip.version>
|
49 | 49 | <jackson.version>2.17.0</jackson.version>
|
50 |
| - <datafaker.version>2.1.0</datafaker.version> |
51 |
| - <telegram.bot.version>7.1.1</telegram.bot.version> |
52 |
| - |
| 50 | + <datafaker.version>2.2.2</datafaker.version> |
| 51 | + <telegram.bot.version>7.2.1</telegram.bot.version> |
| 52 | + <slf4j.version>2.0.13</slf4j.version> |
| 53 | + <commons-lang3.version>3.14.0</commons-lang3.version> |
| 54 | + <extentreports-cucumber7-adapter.version>1.14.0</extentreports-cucumber7-adapter.version> |
| 55 | + <mysql-connector-j.version>8.3.0</mysql-connector-j.version> |
53 | 56 |
|
54 | 57 | <!-- Suite XML path -->
|
55 | 58 | <suite.signin.parallel>src/test/resources/suites/SignIn-parallel-methods.xml</suite.signin.parallel>
|
|
66 | 69 | <dependency>
|
67 | 70 | <groupId>org.apache.commons</groupId>
|
68 | 71 | <artifactId>commons-lang3</artifactId>
|
69 |
| - <version>3.14.0</version> |
| 72 | + <version>${commons-lang3.version}</version> |
70 | 73 | </dependency>
|
71 | 74 |
|
72 | 75 | <!-- https://mvnrepository.com/artifact/net.datafaker/datafaker -->
|
|
76 | 79 | <version>${datafaker.version}</version>
|
77 | 80 | </dependency>
|
78 | 81 |
|
79 |
| - <!-- telegram_bot --> |
80 | 82 | <!-- https://mvnrepository.com/artifact/com.github.pengrad/java-telegram-bot-api -->
|
81 | 83 | <dependency>
|
82 | 84 | <groupId>com.github.pengrad</groupId>
|
|
118 | 120 | <version>${gherkin.version}</version>
|
119 | 121 | </dependency>
|
120 | 122 |
|
121 |
| - |
122 | 123 | <!-- https://mvnrepository.com/artifact/com.aventstack/extentreports -->
|
123 | 124 | <dependency>
|
124 | 125 | <groupId>com.aventstack</groupId>
|
|
130 | 131 | <dependency>
|
131 | 132 | <groupId>tech.grasshopper</groupId>
|
132 | 133 | <artifactId>extentreports-cucumber7-adapter</artifactId>
|
133 |
| - <version>1.14.0</version> |
| 134 | + <version>${extentreports-cucumber7-adapter.version}</version> |
134 | 135 | </dependency>
|
135 | 136 |
|
136 |
| -<!-- <dependency>--> |
137 |
| -<!-- <groupId>tech.grasshopper</groupId>--> |
138 |
| -<!-- <artifactId>pdfextentreporter</artifactId>--> |
139 |
| -<!-- <version>1.3.2</version>--> |
140 |
| -<!-- </dependency>--> |
| 137 | + <!-- <dependency>--> |
| 138 | + <!-- <groupId>tech.grasshopper</groupId>--> |
| 139 | + <!-- <artifactId>pdfextentreporter</artifactId>--> |
| 140 | + <!-- <version>1.3.2</version>--> |
| 141 | + <!-- </dependency>--> |
141 | 142 |
|
142 |
| -<!-- <!– https://mvnrepository.com/artifact/tech.grasshopper/extent-pdf-report –>--> |
143 |
| -<!-- <dependency>--> |
144 |
| -<!-- <groupId>tech.grasshopper</groupId>--> |
145 |
| -<!-- <artifactId>extent-pdf-report</artifactId>--> |
146 |
| -<!-- <version>2.12.0</version>--> |
147 |
| -<!-- </dependency>--> |
| 143 | + <!-- <!– https://mvnrepository.com/artifact/tech.grasshopper/extent-pdf-report –>--> |
| 144 | + <!-- <dependency>--> |
| 145 | + <!-- <groupId>tech.grasshopper</groupId>--> |
| 146 | + <!-- <artifactId>extent-pdf-report</artifactId>--> |
| 147 | + <!-- <version>2.12.0</version>--> |
| 148 | + <!-- </dependency>--> |
148 | 149 |
|
149 | 150 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-cucumber7-jvm -->
|
150 | 151 | <dependency>
|
|
212 | 213 | <dependency>
|
213 | 214 | <groupId>org.slf4j</groupId>
|
214 | 215 | <artifactId>slf4j-api</artifactId>
|
215 |
| - <version>2.0.12</version> |
| 216 | + <version>${slf4j.version}</version> |
216 | 217 | </dependency>
|
217 | 218 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
|
218 | 219 | <dependency>
|
219 | 220 | <groupId>org.slf4j</groupId>
|
220 | 221 | <artifactId>slf4j-simple</artifactId>
|
221 |
| - <version>2.0.12</version> |
| 222 | + <version>${slf4j.version}</version> |
222 | 223 | </dependency>
|
223 | 224 |
|
224 | 225 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng -->
|
|
308 | 309 | <dependency>
|
309 | 310 | <groupId>com.mysql</groupId>
|
310 | 311 | <artifactId>mysql-connector-j</artifactId>
|
311 |
| - <version>8.3.0</version> |
| 312 | + <version>${mysql-connector-j.version}</version> |
312 | 313 | </dependency>
|
313 | 314 |
|
314 | 315 | <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
|
0 commit comments