|
6 | 6 |
|
7 | 7 | <groupId>com.eliasnogueira</groupId>
|
8 | 8 | <artifactId>selenium-java-lean-test-architecture</artifactId>
|
9 |
| - <version>3.3.10</version> |
| 9 | + <version>3.3.11</version> |
10 | 10 |
|
11 | 11 | <scm>
|
12 | 12 | < connection>scm: [email protected]:eliasnogueira/selenium-java-lean-test-architecture.git</ connection>
|
|
21 | 21 | <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
|
22 | 22 | <maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
|
23 | 23 |
|
24 |
| - <aspectj.version>1.9.21.1</aspectj.version> |
25 |
| - <selenium.version>4.13.0</selenium.version> |
| 24 | + <aspectj.version>1.9.21.2</aspectj.version> |
| 25 | + <selenium.version>4.18.1</selenium.version> |
26 | 26 | <testng.version>7.9.0</testng.version>
|
27 | 27 | <assertj.version>3.25.3</assertj.version>
|
28 | 28 | <datafaker.version>2.1.0</datafaker.version>
|
29 |
| - <log4j.version>2.22.1</log4j.version> |
| 29 | + <log4j.version>2.23.1</log4j.version> |
30 | 30 | <owner.version>1.0.12</owner.version>
|
31 | 31 | <allure.version>2.25.0</allure.version>
|
32 | 32 | <allure-maven.version>2.12.0</allure-maven.version>
|
33 | 33 | <allure-environment-writer.version>1.0.0</allure-environment-writer.version>
|
34 | 34 | <allure.cmd.download.url>
|
35 | 35 | https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
|
36 | 36 | </allure.cmd.download.url>
|
37 |
| - <testcontainers.selenium.version>1.19.5</testcontainers.selenium.version> |
| 37 | + <testcontainers.selenium.version>1.19.7</testcontainers.selenium.version> |
38 | 38 |
|
39 | 39 | <suite>local</suite>
|
40 | 40 | </properties>
|
|
46 | 46 | <version>${selenium.version}</version>
|
47 | 47 | </dependency>
|
48 | 48 |
|
49 |
| - <dependency> |
50 |
| - <groupId>org.seleniumhq.selenium</groupId> |
51 |
| - <artifactId>selenium-http-jdk-client</artifactId> |
52 |
| - <version>${selenium.version}</version> |
53 |
| - </dependency> |
54 |
| - |
55 | 49 | <dependency>
|
56 | 50 | <groupId>org.testng</groupId>
|
57 | 51 | <artifactId>testng</artifactId>
|
|
0 commit comments