|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId> |
7 | 7 | <artifactId>htmlunit3-driver</artifactId> |
8 | | - <version>4.27.0</version> |
| 8 | + <version>4.28.0</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.27.0</selenium.version> |
22 | | - <selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId> |
23 | | - <htmlunit.version>4.7.0</htmlunit.version> |
| 21 | + <selenium.version>4.28.0</selenium.version> |
| 22 | + <selenium.devtools.artifactId>selenium-devtools-v132</selenium.devtools.artifactId> |
| 23 | + <htmlunit.version>4.9.0</htmlunit.version> |
24 | 24 |
|
25 | | - <jetty.version>9.4.56.v20240826</jetty.version> |
| 25 | + <jetty.version>9.4.57.v20241219</jetty.version> |
26 | 26 |
|
27 | | - <checkstyle.version>10.20.2</checkstyle.version> |
28 | | - <spotbugs.version>4.8.6</spotbugs.version> |
| 27 | + <checkstyle.version>10.21.1</checkstyle.version> |
| 28 | + <spotbugs.version>4.9.0</spotbugs.version> |
29 | 29 | <archunit.version>1.3.0</archunit.version> |
30 | | - <dependencycheck.version>11.1.0</dependencycheck.version> |
| 30 | + <dependencycheck.version>12.0.1</dependencycheck.version> |
31 | 31 | </properties> |
32 | 32 |
|
33 | 33 | <licenses> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-javadoc-plugin</artifactId> |
254 | | - <version>3.11.1</version> |
| 254 | + <version>3.11.2</version> |
255 | 255 | <configuration> |
256 | 256 | <quiet>true</quiet> |
257 | 257 | <detectLinks>true</detectLinks> |
|
0 commit comments