|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId>
|
7 | 7 | <artifactId>htmlunit3-driver</artifactId>
|
8 |
| - <version>4.24.0-SNAPSHOT</version> |
| 8 | + <version>4.25.0-SNAPSHOT</version> |
9 | 9 |
|
10 | 10 | <name>${project.artifactId}</name>
|
11 | 11 | <description>WebDriver compatible driver for HtmlUnit headless browser</description>
|
|
18 | 18 | <maven.compiler.source>11</maven.compiler.source>
|
19 | 19 | <maven.compiler.target>11</maven.compiler.target>
|
20 | 20 |
|
21 |
| - <selenium.version>4.23.0</selenium.version> |
22 |
| - <htmlunit.version>4.4.0</htmlunit.version> |
| 21 | + <selenium.version>4.25.0</selenium.version> |
| 22 | + <selenium.devtools.artifactId>selenium-devtools-v129</selenium.devtools.artifactId> |
| 23 | + <htmlunit.version>4.5.0-SNAPSHOT</htmlunit.version> |
23 | 24 |
|
24 |
| - <jetty.version>9.4.55.v20240627</jetty.version> |
| 25 | + <jetty.version>9.4.56.v20240826</jetty.version> |
25 | 26 |
|
26 |
| - <checkstyle.version>10.17.0</checkstyle.version> |
| 27 | + <checkstyle.version>10.18.2</checkstyle.version> |
27 | 28 | <spotbugs.version>4.8.6</spotbugs.version>
|
28 | 29 | <archunit.version>1.3.0</archunit.version>
|
29 |
| - <dependencycheck.version>10.0.3</dependencycheck.version> |
| 30 | + <dependencycheck.version>10.0.4</dependencycheck.version> |
30 | 31 | </properties>
|
31 | 32 |
|
32 | 33 | <licenses>
|
|
101 | 102 | <version>${selenium.version}</version>
|
102 | 103 | <scope>test</scope>
|
103 | 104 | </dependency>
|
| 105 | + <dependency> |
| 106 | + <groupId>org.seleniumhq.selenium</groupId> |
| 107 | + <artifactId>${selenium.devtools.artifactId}</artifactId> |
| 108 | + <version>${selenium.version}</version> |
| 109 | + <scope>test</scope> |
| 110 | + </dependency> |
104 | 111 | <dependency>
|
105 | 112 | <groupId>org.htmlunit</groupId>
|
106 | 113 | <artifactId>htmlunit</artifactId>
|
|
198 | 205 | <plugin>
|
199 | 206 | <groupId>org.apache.maven.plugins</groupId>
|
200 | 207 | <artifactId>maven-checkstyle-plugin</artifactId>
|
201 |
| - <version>3.4.0</version> |
| 208 | + <version>3.5.0</version> |
202 | 209 | <configuration>
|
203 | 210 | <configLocation>checkstyle.xml</configLocation>
|
204 | 211 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
|
|
215 | 222 | <plugin>
|
216 | 223 | <groupId>com.github.spotbugs</groupId>
|
217 | 224 | <artifactId>spotbugs-maven-plugin</artifactId>
|
218 |
| - <version>4.8.6.2</version> |
| 225 | + <version>4.8.6.4</version> |
219 | 226 | <dependencies>
|
220 | 227 | <dependency>
|
221 | 228 | <groupId>com.github.spotbugs</groupId>
|
|
244 | 251 | <plugin>
|
245 | 252 | <groupId>org.apache.maven.plugins</groupId>
|
246 | 253 | <artifactId>maven-javadoc-plugin</artifactId>
|
247 |
| - <version>3.8.0</version> |
| 254 | + <version>3.10.1</version> |
248 | 255 | <configuration>
|
249 | 256 | <quiet>true</quiet>
|
250 | 257 | <detectLinks>true</detectLinks>
|
|
261 | 268 | <plugin>
|
262 | 269 | <groupId>org.apache.maven.plugins</groupId>
|
263 | 270 | <artifactId>maven-surefire-plugin</artifactId>
|
264 |
| - <version>3.3.1</version> |
| 271 | + <version>3.5.1</version> |
265 | 272 | <configuration>
|
266 | 273 | <includes>
|
267 | 274 | <include>**/*.java</include>
|
|
271 | 278 | <plugin>
|
272 | 279 | <groupId>org.apache.maven.plugins</groupId>
|
273 | 280 | <artifactId>maven-gpg-plugin</artifactId>
|
274 |
| - <version>3.2.4</version> |
| 281 | + <version>3.2.7</version> |
275 | 282 | <executions>
|
276 | 283 | <execution>
|
277 | 284 | <phase>verify</phase>
|
|
0 commit comments