|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId> |
7 | 7 | <artifactId>htmlunit3-driver</artifactId> |
8 | | - <version>4.15.0</version> |
| 8 | + <version>4.15.1</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.15.0</selenium.version> |
22 | | - <htmlunit.version>3.8.0</htmlunit.version> |
| 22 | + <htmlunit.version>3.9.0</htmlunit.version> |
23 | 23 |
|
24 | 24 | <jetty.version>9.4.53.v20231009</jetty.version> |
25 | 25 |
|
26 | 26 | <checkstyle.version>9.3</checkstyle.version> |
27 | 27 | <spotbugs.version>4.8.1</spotbugs.version> |
28 | | - <archunit.version>1.2.0</archunit.version> |
29 | | - <dependencycheck.version>8.4.3</dependencycheck.version> |
| 28 | + <archunit.version>1.2.1</archunit.version> |
| 29 | + <dependencycheck.version>9.0.2</dependencycheck.version> |
30 | 30 | </properties> |
31 | 31 |
|
32 | 32 | <licenses> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-checkstyle-plugin</artifactId> |
198 | | - <version>3.2.0</version> |
| 198 | + <version>3.3.1</version> |
199 | 199 | <configuration> |
200 | 200 | <configLocation>checkstyle.xml</configLocation> |
201 | 201 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation> |
|
212 | 212 | <plugin> |
213 | 213 | <groupId>com.github.spotbugs</groupId> |
214 | 214 | <artifactId>spotbugs-maven-plugin</artifactId> |
215 | | - <version>4.7.3.0</version> |
| 215 | + <version>4.8.2.0</version> |
216 | 216 | <dependencies> |
217 | 217 | <dependency> |
218 | 218 | <groupId>com.github.spotbugs</groupId> |
|
227 | 227 | <plugin> |
228 | 228 | <groupId>org.apache.maven.plugins</groupId> |
229 | 229 | <artifactId>maven-source-plugin</artifactId> |
230 | | - <version>3.2.0</version> |
| 230 | + <version>3.3.0</version> |
231 | 231 | <executions> |
232 | 232 | <execution> |
233 | 233 | <id>attach-sources</id> |
|
241 | 241 | <plugin> |
242 | 242 | <groupId>org.apache.maven.plugins</groupId> |
243 | 243 | <artifactId>maven-javadoc-plugin</artifactId> |
244 | | - <version>3.4.1</version> |
| 244 | + <version>3.6.3</version> |
245 | 245 | <configuration> |
246 | 246 | <quiet>true</quiet> |
247 | 247 | <detectLinks>true</detectLinks> |
|
258 | 258 | <plugin> |
259 | 259 | <groupId>org.apache.maven.plugins</groupId> |
260 | 260 | <artifactId>maven-surefire-plugin</artifactId> |
261 | | - <version>2.22.2</version> |
| 261 | + <version>3.2.2</version> |
262 | 262 | <configuration> |
263 | 263 | <includes> |
264 | 264 | <include>**/*.java</include> |
|
315 | 315 | <plugin> |
316 | 316 | <groupId>org.apache.maven.plugins</groupId> |
317 | 317 | <artifactId>maven-enforcer-plugin</artifactId> |
318 | | - <version>3.1.0</version> |
| 318 | + <version>3.4.1</version> |
319 | 319 | <executions> |
320 | 320 | <execution> |
321 | 321 | <id>enforce</id> |
|
326 | 326 | <version>3.6.3</version> |
327 | 327 | </requireMavenVersion> |
328 | 328 | <requireJavaVersion> |
329 | | - <version>1.8.0</version> |
| 329 | + <version>11.0.0</version> |
330 | 330 | </requireJavaVersion> |
331 | 331 | <dependencyConvergence /> |
332 | 332 | </rules> |
|
337 | 337 | </execution> |
338 | 338 | </executions> |
339 | 339 | </plugin> |
340 | | - <plugin> |
341 | | - <groupId>org.apache.maven.plugins</groupId> |
342 | | - <artifactId>maven-scm-publish-plugin</artifactId> |
343 | | - <version>3.0.0</version> |
344 | | - <configuration> |
345 | | - <checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory> |
346 | | - <checkinComment>Publishing javadoc for |
347 | | - ${project.artifactId}:${project.version}</checkinComment> |
348 | | - <content>${project.reporting.outputDirectory}/apidocs</content> |
349 | | - <skipDeletedFiles>true</skipDeletedFiles> |
350 | | - < pubScmUrl>scm:git: [email protected]:SeleniumHQ/htmlunit-driver.git</ pubScmUrl> |
351 | | - <scmBranch>gh-pages</scmBranch> <!-- branch with static site --> |
352 | | - </configuration> |
353 | | - </plugin> |
354 | 340 | </plugins> |
355 | 341 | </build> |
356 | 342 |
|
|
0 commit comments