|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId> |
8 | 8 | <artifactId>anhtester-cucumber-testng</artifactId> |
9 | | - <version>1.8.5</version> |
| 9 | + <version>1.8.6</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.2</maven-surefire-plugin.version> |
| 18 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
19 | 19 |
|
20 | | - <cucumber.java.version>7.21.1</cucumber.java.version> |
21 | | - <gherkin.version>32.0.0</gherkin.version> |
| 20 | + <cucumber.java.version>7.22.2</cucumber.java.version> |
| 21 | + <gherkin.version>32.1.1</gherkin.version> |
22 | 22 | <cucumber-reporting.version>5.8.4</cucumber-reporting.version> |
23 | | - <selenium.version>4.29.0</selenium.version> |
| 23 | + <selenium.version>4.32.0</selenium.version> |
24 | 24 | <testng.version>7.11.0</testng.version> |
25 | | - <aspectjweaver.version>1.9.22.1</aspectjweaver.version> |
| 25 | + <aspectjweaver.version>1.9.24</aspectjweaver.version> |
26 | 26 | <log4j.version>2.24.3</log4j.version> |
27 | | - <slf4j.version>2.0.16</slf4j.version> |
| 27 | + <slf4j.version>2.0.17</slf4j.version> |
28 | 28 | <allure-testng.version>2.29.1</allure-testng.version> |
29 | 29 | <allure-maven.version>2.15.2</allure-maven.version> |
30 | 30 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version> |
31 | 31 | <allure.cmd.download.url> |
32 | 32 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline |
33 | 33 | </allure.cmd.download.url> |
34 | 34 | <extentreports.version>5.1.2</extentreports.version> |
35 | | - <apache-poi.version>5.4.0</apache-poi.version> |
| 35 | + <apache-poi.version>5.4.1</apache-poi.version> |
36 | 36 | <apache-poi-xml.version>5.2.5</apache-poi-xml.version> |
37 | | - <commons-io.version>2.18.0</commons-io.version> |
| 37 | + <commons-io.version>2.19.0</commons-io.version> |
38 | 38 | <owner.version>1.0.12</owner.version> |
39 | 39 | <assertj.version>3.24.2</assertj.version> |
40 | 40 | <monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version> |
41 | 41 | <mysql-connector-java.version>8.0.33</mysql-connector-java.version> |
42 | | - <lombok.version>1.18.36</lombok.version> |
| 42 | + <lombok.version>1.18.38</lombok.version> |
43 | 43 | <data.supplier.version>1.9.7</data.supplier.version> |
44 | 44 | <javax.mail.version>1.6.2</javax.mail.version> |
45 | 45 | <zip.version>1.17</zip.version> |
46 | | - <rest-assured.version>5.5.1</rest-assured.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> |
| 46 | + <rest-assured.version>5.5.2</rest-assured.version> |
| 47 | + <gson.version>2.13.1</gson.version> |
| 48 | + <jackson-databind.version>2.19.0</jackson-databind.version> |
| 49 | + <datafaker.version>2.4.3</datafaker.version> |
50 | 50 | <telegram.bot.version>8.3.0</telegram.bot.version> |
51 | 51 | <commons-lang3.version>3.17.0</commons-lang3.version> |
52 | 52 | <extentreports-cucumber7-adapter.version>1.14.0</extentreports-cucumber7-adapter.version> |
53 | | - <mysql-connector-j.version>9.2.0</mysql-connector-j.version> |
| 53 | + <mysql-connector-j.version>9.3.0</mysql-connector-j.version> |
54 | 54 |
|
55 | 55 | <!-- Suite XML path --> |
56 | 56 | <suite.feature>src/test/resources/suites/SuiteFeatureByTag.xml</suite.feature> |
|
213 | 213 | <dependency> |
214 | 214 | <groupId>org.slf4j</groupId> |
215 | 215 | <artifactId>slf4j-api</artifactId> |
216 | | - <version>2.0.16</version> |
| 216 | + <version>2.0.17</version> |
217 | 217 | </dependency> |
218 | 218 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple --> |
219 | 219 | <dependency> |
220 | 220 | <groupId>org.slf4j</groupId> |
221 | 221 | <artifactId>slf4j-simple</artifactId> |
222 | | - <version>2.0.16</version> |
| 222 | + <version>2.0.17</version> |
223 | 223 | </dependency> |
224 | 224 |
|
225 | 225 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng --> |
|
387 | 387 | <artifactId>allure-maven</artifactId> |
388 | 388 | <version>${allure-maven.version}</version> |
389 | 389 | <configuration> |
390 | | - <reportVersion>${allure-testng.version}</reportVersion> |
| 390 | + <reportVersion>2.34.0</reportVersion> |
391 | 391 | <allureDownloadUrl> |
392 | | - ${allure.cmd.download.url}/${allure-testng.version}/allure-commandline-${allure-testng.version}.zip |
| 392 | + ${allure.cmd.download.url}/2.34.0/allure-commandline-2.34.0.zip |
393 | 393 | </allureDownloadUrl> |
394 | 394 | </configuration> |
395 | 395 | </plugin> |
|
0 commit comments