|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId>
|
8 | 8 | <artifactId>anhtester-cucumber-testng</artifactId>
|
9 |
| - <version>1.8.3</version> |
| 9 | + <version>1.8.4</version> |
10 | 10 | <name>TestAutomationFrameworkCucumberTestNG</name>
|
11 | 11 | <url>https://github.com/anhtester/AutomationFrameworkCucumberTestNG</url>
|
12 | 12 |
|
|
15 | 15 | <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
|
16 | 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
17 | 17 | <java-compiler.version>17</java-compiler.version>
|
18 |
| - <maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version> |
19 |
| - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 18 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
20 | 19 |
|
21 |
| - <cucumber.java.version>7.20.1</cucumber.java.version> |
22 |
| - <gherkin.version>30.0.0</gherkin.version> |
23 |
| - <cucumber-reporting.version>5.8.2</cucumber-reporting.version> |
24 |
| - <selenium.version>4.26.0</selenium.version> |
| 20 | + <cucumber.java.version>7.21.1</cucumber.java.version> |
| 21 | + <gherkin.version>31.0.0</gherkin.version> |
| 22 | + <cucumber-reporting.version>5.8.4</cucumber-reporting.version> |
| 23 | + <selenium.version>4.28.1</selenium.version> |
25 | 24 | <testng.version>7.10.2</testng.version>
|
26 | 25 | <aspectjweaver.version>1.9.22.1</aspectjweaver.version>
|
27 |
| - <log4j.version>2.24.1</log4j.version> |
| 26 | + <log4j.version>2.24.3</log4j.version> |
28 | 27 | <slf4j.version>2.0.16</slf4j.version>
|
29 |
| - <allure-testng.version>2.29.0</allure-testng.version> |
30 |
| - <allure-maven.version>2.14.0</allure-maven.version> |
| 28 | + <allure-testng.version>2.29.1</allure-testng.version> |
| 29 | + <allure-maven.version>2.15.2</allure-maven.version> |
31 | 30 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version>
|
32 | 31 | <allure.cmd.download.url>
|
33 | 32 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
|
34 | 33 | </allure.cmd.download.url>
|
35 | 34 | <extentreports.version>5.1.2</extentreports.version>
|
36 |
| - <apache-poi.version>5.3.0</apache-poi.version> |
| 35 | + <apache-poi.version>5.4.0</apache-poi.version> |
37 | 36 | <apache-poi-xml.version>5.2.5</apache-poi-xml.version>
|
38 |
| - <commons-io.version>2.17.0</commons-io.version> |
| 37 | + <commons-io.version>2.18.0</commons-io.version> |
39 | 38 | <owner.version>1.0.12</owner.version>
|
40 | 39 | <assertj.version>3.24.2</assertj.version>
|
41 | 40 | <monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version>
|
42 | 41 | <mysql-connector-java.version>8.0.33</mysql-connector-java.version>
|
43 |
| - <lombok.version>1.18.34</lombok.version> |
| 42 | + <lombok.version>1.18.36</lombok.version> |
44 | 43 | <data.supplier.version>1.9.7</data.supplier.version>
|
45 | 44 | <javax.mail.version>1.6.2</javax.mail.version>
|
46 | 45 | <zip.version>1.17</zip.version>
|
47 | 46 | <rest-assured.version>5.5.0</rest-assured.version>
|
48 |
| - <gson.version>2.11.0</gson.version> |
49 |
| - <jackson-databind.version>2.18.1</jackson-databind.version> |
50 |
| - <datafaker.version>2.4.1</datafaker.version> |
51 |
| - <telegram.bot.version>7.9.1</telegram.bot.version> |
| 47 | + <gson.version>2.12.1</gson.version> |
| 48 | + <jackson-databind.version>2.18.2</jackson-databind.version> |
| 49 | + <datafaker.version>2.4.2</datafaker.version> |
| 50 | + <telegram.bot.version>8.1.0</telegram.bot.version> |
52 | 51 | <commons-lang3.version>3.17.0</commons-lang3.version>
|
53 | 52 | <extentreports-cucumber7-adapter.version>1.14.0</extentreports-cucumber7-adapter.version>
|
54 |
| - <mysql-connector-j.version>9.1.0</mysql-connector-j.version> |
| 53 | + <mysql-connector-j.version>9.2.0</mysql-connector-j.version> |
55 | 54 |
|
56 | 55 | <!-- Suite XML path -->
|
57 | 56 | <suite.feature>src/test/resources/suites/SuiteFeatureByTag.xml</suite.feature>
|
|
201 | 200 | <dependency>
|
202 | 201 | <groupId>org.apache.logging.log4j</groupId>
|
203 | 202 | <artifactId>log4j-api</artifactId>
|
204 |
| - <version>${log4j.version}</version> |
| 203 | + <version>2.24.3</version> |
205 | 204 | </dependency>
|
206 | 205 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
207 | 206 | <dependency>
|
208 | 207 | <groupId>org.apache.logging.log4j</groupId>
|
209 | 208 | <artifactId>log4j-core</artifactId>
|
210 |
| - <version>${log4j.version}</version> |
| 209 | + <version>2.24.3</version> |
211 | 210 | </dependency>
|
212 | 211 |
|
213 | 212 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
214 | 213 | <dependency>
|
215 | 214 | <groupId>org.slf4j</groupId>
|
216 | 215 | <artifactId>slf4j-api</artifactId>
|
217 |
| - <version>${slf4j.version}</version> |
| 216 | + <version>2.0.16</version> |
218 | 217 | </dependency>
|
219 | 218 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
|
220 | 219 | <dependency>
|
221 | 220 | <groupId>org.slf4j</groupId>
|
222 | 221 | <artifactId>slf4j-simple</artifactId>
|
223 |
| - <version>${slf4j.version}</version> |
| 222 | + <version>2.0.16</version> |
224 | 223 | </dependency>
|
225 | 224 |
|
226 | 225 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng -->
|
|
246 | 245 | <dependency>
|
247 | 246 | <groupId>org.apache.maven.plugins</groupId>
|
248 | 247 | <artifactId>maven-compiler-plugin</artifactId>
|
249 |
| - <version>${maven-compiler-plugin.version}</version> |
| 248 | + <version>3.13.0</version> |
250 | 249 | <type>maven-plugin</type>
|
251 | 250 | </dependency>
|
252 | 251 |
|
|
352 | 351 | <plugin>
|
353 | 352 | <groupId>org.apache.maven.plugins</groupId>
|
354 | 353 | <artifactId>maven-compiler-plugin</artifactId>
|
355 |
| - <version>${maven-compiler-plugin.version}</version> |
| 354 | + <version>3.13.0</version> |
356 | 355 | <configuration>
|
357 | 356 | <source>${java-compiler.version}</source>
|
358 | 357 | <target>${java-compiler.version}</target>
|
|
399 | 398 | <!--https://mvnrepository.com/artifact/net.masterthought/maven-cucumber-reporting-->
|
400 | 399 | <groupId>net.masterthought</groupId>
|
401 | 400 | <artifactId>maven-cucumber-reporting</artifactId>
|
402 |
| - <version>${cucumber-reporting.version}</version> |
| 401 | + <version>5.8.5</version> |
403 | 402 | <executions>
|
404 | 403 | <execution>
|
405 |
| - <id>execution</id> |
| 404 | + <id>generate-cucumber-report</id> |
406 | 405 | <phase>test</phase>
|
407 | 406 | <goals>
|
408 | 407 | <goal>generate</goal>
|
409 | 408 | </goals>
|
410 | 409 | <configuration>
|
411 | 410 | <projectName>AutomationFrameworkCucumberTestNG</projectName>
|
412 | 411 | <skip>false</skip>
|
413 |
| - <outputDirectory>reports/CucumberReports/cucumber-reports</outputDirectory> |
| 412 | + <outputDirectory>reports/CucumberReports/cucumber-reports |
| 413 | + </outputDirectory> |
414 | 414 | <inputDirectory>target/cucumber-reports</inputDirectory>
|
415 | 415 | <jsonFiles>
|
416 | 416 | <param>**/*.json</param>
|
|
0 commit comments