|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId>
|
7 | 7 | <artifactId>htmlunit3-driver</artifactId>
|
8 |
| - <version>4.23.0-SNAPSHOT</version> |
| 8 | + <version>4.23.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.22.0</selenium.version> |
22 |
| - <htmlunit.version>4.4.0-SNAPSHOT</htmlunit.version> |
| 21 | + <selenium.version>4.23.0</selenium.version> |
| 22 | + <htmlunit.version>4.4.0</htmlunit.version> |
23 | 23 |
|
24 | 24 | <jetty.version>9.4.55.v20240627</jetty.version>
|
25 | 25 |
|
26 | 26 | <checkstyle.version>10.17.0</checkstyle.version>
|
27 | 27 | <spotbugs.version>4.8.6</spotbugs.version>
|
28 | 28 | <archunit.version>1.3.0</archunit.version>
|
29 |
| - <dependencycheck.version>10.0.2</dependencycheck.version> |
| 29 | + <dependencycheck.version>10.0.3</dependencycheck.version> |
30 | 30 | </properties>
|
31 | 31 |
|
32 | 32 | <licenses>
|
|
215 | 215 | <plugin>
|
216 | 216 | <groupId>com.github.spotbugs</groupId>
|
217 | 217 | <artifactId>spotbugs-maven-plugin</artifactId>
|
218 |
| - <version>4.8.6.1</version> |
| 218 | + <version>4.8.6.2</version> |
219 | 219 | <dependencies>
|
220 | 220 | <dependency>
|
221 | 221 | <groupId>com.github.spotbugs</groupId>
|
|
244 | 244 | <plugin>
|
245 | 245 | <groupId>org.apache.maven.plugins</groupId>
|
246 | 246 | <artifactId>maven-javadoc-plugin</artifactId>
|
247 |
| - <version>3.7.0</version> |
| 247 | + <version>3.8.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.3.0</version> |
| 264 | + <version>3.3.1</version> |
265 | 265 | <configuration>
|
266 | 266 | <includes>
|
267 | 267 | <include>**/*.java</include>
|
|
0 commit comments