|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId>
|
7 | 7 | <artifactId>htmlunit3-driver</artifactId>
|
8 |
| - <version>4.22.0-SNAPSHOT</version> |
| 8 | + <version>4.22.0</version> |
9 | 9 |
|
10 | 10 | <name>${project.artifactId}</name>
|
11 | 11 | <description>WebDriver compatible driver for HtmlUnit headless browser</description>
|
|
19 | 19 | <maven.compiler.target>11</maven.compiler.target>
|
20 | 20 |
|
21 | 21 | <selenium.version>4.22.0</selenium.version>
|
22 |
| - <htmlunit.version>4.2.0</htmlunit.version> |
| 22 | + <htmlunit.version>4.3.0</htmlunit.version> |
23 | 23 |
|
24 | 24 | <jetty.version>9.4.54.v20240208</jetty.version>
|
25 | 25 |
|
26 |
| - <checkstyle.version>10.16.0</checkstyle.version> |
27 |
| - <spotbugs.version>4.8.5</spotbugs.version> |
| 26 | + <checkstyle.version>10.17.0</checkstyle.version> |
| 27 | + <spotbugs.version>4.8.6</spotbugs.version> |
28 | 28 | <archunit.version>1.3.0</archunit.version>
|
29 | 29 | <dependencycheck.version>9.2.0</dependencycheck.version>
|
30 | 30 | </properties>
|
|
198 | 198 | <plugin>
|
199 | 199 | <groupId>org.apache.maven.plugins</groupId>
|
200 | 200 | <artifactId>maven-checkstyle-plugin</artifactId>
|
201 |
| - <version>3.3.1</version> |
| 201 | + <version>3.4.0</version> |
202 | 202 | <configuration>
|
203 | 203 | <configLocation>checkstyle.xml</configLocation>
|
204 | 204 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
|
|
244 | 244 | <plugin>
|
245 | 245 | <groupId>org.apache.maven.plugins</groupId>
|
246 | 246 | <artifactId>maven-javadoc-plugin</artifactId>
|
247 |
| - <version>3.6.3</version> |
| 247 | + <version>3.7.0</version> |
248 | 248 | <configuration>
|
249 | 249 | <quiet>true</quiet>
|
250 | 250 | <detectLinks>true</detectLinks>
|
|
261 | 261 | <plugin>
|
262 | 262 | <groupId>org.apache.maven.plugins</groupId>
|
263 | 263 | <artifactId>maven-surefire-plugin</artifactId>
|
264 |
| - <version>3.2.5</version> |
| 264 | + <version>3.3.0</version> |
265 | 265 | <configuration>
|
266 | 266 | <includes>
|
267 | 267 | <include>**/*.java</include>
|
|
318 | 318 | <plugin>
|
319 | 319 | <groupId>org.apache.maven.plugins</groupId>
|
320 | 320 | <artifactId>maven-enforcer-plugin</artifactId>
|
321 |
| - <version>3.4.1</version> |
| 321 | + <version>3.5.0</version> |
322 | 322 | <executions>
|
323 | 323 | <execution>
|
324 | 324 | <id>enforce</id>
|
|
0 commit comments