|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId> |
7 | 7 | <artifactId>htmlunit3-driver</artifactId> |
8 | | - <version>4.39.0-SNAPSHOT</version> |
| 8 | + <version>4.39.0</version> |
9 | 9 |
|
10 | 10 | <name>${project.artifactId}</name> |
11 | 11 | <description>WebDriver compatible driver for HtmlUnit headless browser</description> |
|
20 | 20 |
|
21 | 21 | <selenium.version>4.39.0</selenium.version> |
22 | 22 | <selenium.devtools.artifactId>selenium-devtools-v143</selenium.devtools.artifactId> |
23 | | - <htmlunit.version>4.20.0-SNAPSHOT</htmlunit.version> |
| 23 | + <htmlunit.version>4.20.0</htmlunit.version> |
24 | 24 |
|
25 | 25 | <jetty.version>9.4.58.v20250814</jetty.version> |
26 | 26 |
|
27 | 27 | <!-- test dependencies --> |
28 | 28 | <junit.version>4.13.2</junit.version> |
29 | 29 |
|
30 | 30 | <!-- quality --> |
31 | | - <checkstyle.version>12.1.1</checkstyle.version> |
| 31 | + <checkstyle.version>12.2.0</checkstyle.version> |
32 | 32 | <spotbugs.version>4.9.8</spotbugs.version> |
33 | 33 | <archunit.version>1.4.1</archunit.version> |
34 | 34 | <dependencycheck.version>12.1.9</dependencycheck.version> |
35 | 35 |
|
36 | 36 | <!-- plugins --> |
37 | 37 | <central-publishing-plugin.version>0.9.0</central-publishing-plugin.version> |
38 | 38 | <checkstyle-plugin.version>3.6.0</checkstyle-plugin.version> |
39 | | - <spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version> |
| 39 | + <spotbugs-plugin.version>4.9.8.2</spotbugs-plugin.version> |
40 | 40 | <gpg-plugin.version>3.2.8</gpg-plugin.version> |
41 | 41 | <enforcer-plugin.version>3.6.2</enforcer-plugin.version> |
42 | 42 | <compiler-plugin.version>3.14.1</compiler-plugin.version> |
|
0 commit comments