|
6 | 6 |
|
7 | 7 | <groupId>com.eliasnogueira</groupId>
|
8 | 8 | <artifactId>selenium-java-lean-test-architecture</artifactId>
|
9 |
| - <version>3.3.6</version> |
| 9 | + <version>3.3.7</version> |
10 | 10 |
|
11 | 11 | <scm>
|
12 | 12 | < connection>scm: [email protected]:eliasnogueira/selenium-java-lean-test-architecture.git</ connection>
|
|
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
20 | 20 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
21 | 21 | <maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
|
22 |
| - <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version> |
| 22 | + <maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version> |
23 | 23 |
|
24 | 24 | <aspectj.version>1.9.21</aspectj.version>
|
25 | 25 | <selenium.version>4.13.0</selenium.version>
|
26 |
| - <testng.version>7.8.0</testng.version> |
27 |
| - <assertj.version>3.24.2</assertj.version> |
28 |
| - <datafaker.version>2.0.2</datafaker.version> |
| 26 | + <testng.version>7.9.0</testng.version> |
| 27 | + <assertj.version>3.25.1</assertj.version> |
| 28 | + <datafaker.version>2.1.0</datafaker.version> |
29 | 29 | <log4j.version>2.21.1</log4j.version>
|
30 |
| - <webdrivermanager.version>5.6.2</webdrivermanager.version> |
| 30 | + <webdrivermanager.version>5.6.3</webdrivermanager.version> |
31 | 31 | <owner.version>1.0.12</owner.version>
|
32 | 32 | <allure.version>2.25.0</allure.version>
|
33 | 33 | <allure-maven.version>2.12.0</allure-maven.version>
|
|
38 | 38 | <testcontainers.selenium.version>1.19.3</testcontainers.selenium.version>
|
39 | 39 |
|
40 | 40 | <!-- security libraries override -->
|
41 |
| - <jquery.version>3.6.3</jquery.version> |
42 |
| - <snakeyaml.version>2.2</snakeyaml.version> |
43 |
| - <commons-io.version>2.15.0</commons-io.version> |
44 |
| - <junit.version>4.13.2</junit.version> |
45 |
| - <jackson-databind.version>2.16.0</jackson-databind.version> |
46 |
| - <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version> |
| 41 | + <jackson-databind.version>2.16.1</jackson-databind.version> |
47 | 42 |
|
48 | 43 | <suite>local</suite>
|
49 | 44 | </properties>
|
|
113 | 108 | <groupId>io.github.bonigarcia</groupId>
|
114 | 109 | <artifactId>webdrivermanager</artifactId>
|
115 | 110 | <version>${webdrivermanager.version}</version>
|
| 111 | + <exclusions> |
| 112 | + <exclusion> |
| 113 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 114 | + <artifactId>jackson-databind</artifactId> |
| 115 | + </exclusion> |
| 116 | + </exclusions> |
116 | 117 | </dependency>
|
117 | 118 |
|
118 | 119 | <dependency>
|
|
146 | 147 | </dependency>
|
147 | 148 |
|
148 | 149 | <!-- security libraries override -->
|
149 |
| - |
150 |
| - <!-- webdrivermanager dependency --> |
151 | 150 | <dependency>
|
152 | 151 | <groupId>com.fasterxml.jackson.core</groupId>
|
153 | 152 | <artifactId>jackson-databind</artifactId>
|
154 | 153 | <version>${jackson-databind.version}</version>
|
155 | 154 | </dependency>
|
156 | 155 |
|
157 |
| - <dependency> |
158 |
| - <groupId>commons-io</groupId> |
159 |
| - <artifactId>commons-io</artifactId> |
160 |
| - <version>2.15.1</version> |
161 |
| - </dependency> |
162 |
| - |
163 |
| - <dependency> |
164 |
| - <groupId>org.bouncycastle</groupId> |
165 |
| - <artifactId>bcprov-jdk15on</artifactId> |
166 |
| - <version>${bcprov-jdk15on.version}</version> |
167 |
| - </dependency> |
168 |
| - |
169 |
| - <!-- data-faker dependency --> |
170 |
| - <dependency> |
171 |
| - <groupId>org.yaml</groupId> |
172 |
| - <artifactId>snakeyaml</artifactId> |
173 |
| - <version>${snakeyaml.version}</version> |
174 |
| - </dependency> |
175 |
| - |
176 | 156 | </dependencies>
|
177 | 157 |
|
178 | 158 | <!-- This profile execute the TestNG suite inside the suites folder on test/resources -->
|
|
0 commit comments