|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId>
|
8 | 8 | <artifactId>anhtester-selenium-java</artifactId>
|
9 |
| - <version>2.4.8</version> |
| 9 | + <version>2.4.9</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>
|
|
25 | 25 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
26 | 26 | <java-compiler.version>17</java-compiler.version>
|
27 | 27 | <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
|
28 |
| - <selenium.version>4.27.0</selenium.version> |
| 28 | + <selenium.version>4.28.1</selenium.version> |
29 | 29 | <testng.version>7.10.2</testng.version>
|
30 | 30 | <aspectjweaver.version>1.9.22.1</aspectjweaver.version>
|
31 | 31 | <ashot.version>1.5.4</ashot.version>
|
|
37 | 37 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
|
38 | 38 | </allure.cmd.download.url>
|
39 | 39 | <extentreports.version>5.1.2</extentreports.version>
|
40 |
| - <apache-poi.version>5.3.0</apache-poi.version> |
| 40 | + <apache-poi.version>5.4.0</apache-poi.version> |
41 | 41 | <commons-io.version>2.18.0</commons-io.version>
|
42 | 42 | <owner.version>1.0.12</owner.version>
|
43 |
| - <assertj.version>3.26.3</assertj.version> |
| 43 | + <assertj.version>3.27.3</assertj.version> |
44 | 44 | <datafaker.version>2.4.2</datafaker.version>
|
45 | 45 | <monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version>
|
46 | 46 | <mysql-connector-java.version>8.0.33</mysql-connector-java.version>
|
|
50 | 50 | <jackson.version>2.18.2</jackson.version>
|
51 | 51 | <java-telegram-bot-api.version>7.11.0</java-telegram-bot-api.version>
|
52 | 52 | <commons-lang3.version>3.17.0</commons-lang3.version>
|
53 |
| - <mysql-connector-j.version>9.1.0</mysql-connector-j.version> |
| 53 | + <mysql-connector-j.version>9.2.0</mysql-connector-j.version> |
54 | 54 | <json-path.version>2.9.0</json-path.version>
|
55 | 55 |
|
56 | 56 | <!-- Suite XML path - CRM -->
|
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>org.apache.logging.log4j</groupId>
|
126 | 126 | <artifactId>log4j-api</artifactId>
|
127 |
| - <version>2.24.1</version> |
| 127 | + <version>2.24.3</version> |
128 | 128 | </dependency>
|
129 | 129 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>org.apache.logging.log4j</groupId>
|
132 | 132 | <artifactId>log4j-core</artifactId>
|
133 |
| - <version>2.24.1</version> |
| 133 | + <version>2.24.3</version> |
134 | 134 | </dependency>
|
135 | 135 |
|
136 | 136 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
|
205 | 205 | <dependency>
|
206 | 206 | <groupId>org.apache.maven.plugins</groupId>
|
207 | 207 | <artifactId>maven-compiler-plugin</artifactId>
|
208 |
| - <version>3.13.0</version> |
| 208 | + <version>4.0.0-beta-1</version> |
209 | 209 | <type>maven-plugin</type>
|
210 | 210 | </dependency>
|
211 | 211 |
|
|
0 commit comments