|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId> |
8 | 8 | <artifactId>anhtester-cucumber-testng</artifactId> |
9 | | - <version>1.8.6</version> |
| 9 | + <version>1.8.7</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.3</maven-surefire-plugin.version> |
| 18 | + <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
19 | 19 |
|
20 | | - <cucumber.java.version>7.22.2</cucumber.java.version> |
21 | | - <gherkin.version>32.1.1</gherkin.version> |
| 20 | + <cucumber.java.version>7.33.0</cucumber.java.version> |
| 21 | + <gherkin.version>37.0.0</gherkin.version> |
22 | 22 | <cucumber-reporting.version>5.8.4</cucumber-reporting.version> |
23 | | - <selenium.version>4.32.0</selenium.version> |
| 23 | + <selenium.version>4.39.0</selenium.version> |
24 | 24 | <testng.version>7.11.0</testng.version> |
25 | | - <aspectjweaver.version>1.9.24</aspectjweaver.version> |
26 | | - <log4j.version>2.24.3</log4j.version> |
27 | | - <slf4j.version>2.0.17</slf4j.version> |
28 | | - <allure-testng.version>2.29.1</allure-testng.version> |
29 | | - <allure-maven.version>2.15.2</allure-maven.version> |
| 25 | + <aspectjweaver.version>1.9.25</aspectjweaver.version> |
| 26 | + <allure-testng.version>2.31.0</allure-testng.version> |
| 27 | + <allure-maven.version>2.16.1</allure-maven.version> |
30 | 28 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version> |
31 | 29 | <allure.cmd.download.url> |
32 | 30 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline |
33 | 31 | </allure.cmd.download.url> |
34 | 32 | <extentreports.version>5.1.2</extentreports.version> |
35 | | - <apache-poi.version>5.4.1</apache-poi.version> |
| 33 | + <apache-poi.version>5.5.1</apache-poi.version> |
36 | 34 | <apache-poi-xml.version>5.2.5</apache-poi-xml.version> |
37 | | - <commons-io.version>2.19.0</commons-io.version> |
| 35 | + <commons-io.version>2.21.0</commons-io.version> |
38 | 36 | <owner.version>1.0.12</owner.version> |
39 | 37 | <assertj.version>3.24.2</assertj.version> |
40 | 38 | <monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version> |
41 | 39 | <mysql-connector-java.version>8.0.33</mysql-connector-java.version> |
42 | | - <lombok.version>1.18.38</lombok.version> |
| 40 | + <lombok.version>1.18.42</lombok.version> |
43 | 41 | <data.supplier.version>1.9.7</data.supplier.version> |
44 | 42 | <javax.mail.version>1.6.2</javax.mail.version> |
45 | 43 | <zip.version>1.17</zip.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 | | - <telegram.bot.version>8.3.0</telegram.bot.version> |
51 | | - <commons-lang3.version>3.17.0</commons-lang3.version> |
| 44 | + <rest-assured.version>5.5.6</rest-assured.version> |
| 45 | + <gson.version>2.13.2</gson.version> |
| 46 | + <jackson-databind.version>2.20.1</jackson-databind.version> |
| 47 | + <datafaker.version>2.5.3</datafaker.version> |
| 48 | + <telegram.bot.version>9.2.1</telegram.bot.version> |
| 49 | + <commons-lang3.version>3.20.0</commons-lang3.version> |
52 | 50 | <extentreports-cucumber7-adapter.version>1.14.0</extentreports-cucumber7-adapter.version> |
53 | | - <mysql-connector-j.version>9.3.0</mysql-connector-j.version> |
| 51 | + <mysql-connector-j.version>9.5.0</mysql-connector-j.version> |
54 | 52 |
|
55 | 53 | <!-- Suite XML path --> |
56 | 54 | <suite.feature>src/test/resources/suites/SuiteFeatureByTag.xml</suite.feature> |
|
133 | 131 | <version>${cucumber.java.version}</version> |
134 | 132 | </dependency> |
135 | 133 |
|
136 | | - <!-- https://mvnrepository.com/artifact/io.cucumber/cucumber-gherkin --> |
137 | | - <dependency> |
138 | | - <groupId>io.cucumber</groupId> |
139 | | - <artifactId>cucumber-gherkin</artifactId> |
140 | | - <version>${cucumber.java.version}</version> |
141 | | - </dependency> |
| 134 | +<!-- <!– https://mvnrepository.com/artifact/io.cucumber/cucumber-gherkin –>--> |
| 135 | +<!-- <dependency>--> |
| 136 | +<!-- <groupId>io.cucumber</groupId>--> |
| 137 | +<!-- <artifactId>cucumber-gherkin</artifactId>--> |
| 138 | +<!-- <version>${cucumber.java.version}</version>--> |
| 139 | +<!-- </dependency>--> |
142 | 140 |
|
143 | | - <!-- https://mvnrepository.com/artifact/io.cucumber/gherkin --> |
144 | | - <dependency> |
145 | | - <groupId>io.cucumber</groupId> |
146 | | - <artifactId>gherkin</artifactId> |
147 | | - <version>${gherkin.version}</version> |
148 | | - </dependency> |
| 141 | +<!-- <!– https://mvnrepository.com/artifact/io.cucumber/gherkin –>--> |
| 142 | +<!-- <dependency>--> |
| 143 | +<!-- <groupId>io.cucumber</groupId>--> |
| 144 | +<!-- <artifactId>gherkin</artifactId>--> |
| 145 | +<!-- <version>${gherkin.version}</version>--> |
| 146 | +<!-- </dependency>--> |
149 | 147 |
|
150 | 148 | <!-- https://mvnrepository.com/artifact/com.aventstack/extentreports --> |
151 | 149 | <dependency> |
|
200 | 198 | <dependency> |
201 | 199 | <groupId>org.apache.logging.log4j</groupId> |
202 | 200 | <artifactId>log4j-api</artifactId> |
203 | | - <version>2.24.3</version> |
| 201 | + <version>2.25.2</version> |
204 | 202 | </dependency> |
205 | 203 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> |
206 | 204 | <dependency> |
207 | 205 | <groupId>org.apache.logging.log4j</groupId> |
208 | 206 | <artifactId>log4j-core</artifactId> |
209 | | - <version>2.24.3</version> |
| 207 | + <version>2.25.2</version> |
210 | 208 | </dependency> |
211 | 209 |
|
212 | 210 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> |
|
245 | 243 | <dependency> |
246 | 244 | <groupId>org.apache.maven.plugins</groupId> |
247 | 245 | <artifactId>maven-compiler-plugin</artifactId> |
248 | | - <version>3.14.0</version> |
| 246 | + <version>3.14.1</version> |
249 | 247 | <type>maven-plugin</type> |
250 | 248 | </dependency> |
251 | 249 |
|
|
0 commit comments