|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId> |
7 | 7 | <artifactId>htmlunit3-driver</artifactId> |
8 | | - <version>4.29.0-SNAPSHOT</version> |
| 8 | + <version>4.29.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.29.0</selenium.version> |
22 | 22 | <selenium.devtools.artifactId>selenium-devtools-v133</selenium.devtools.artifactId> |
23 | | - <htmlunit.version>4.10.0-SNAPSHOT</htmlunit.version> |
| 23 | + <htmlunit.version>4.10.0</htmlunit.version> |
24 | 24 |
|
25 | 25 | <jetty.version>9.4.57.v20241219</jetty.version> |
26 | 26 |
|
27 | 27 | <checkstyle.version>10.21.1</checkstyle.version> |
28 | | - <spotbugs.version>4.9.0</spotbugs.version> |
| 28 | + <spotbugs.version>4.9.1</spotbugs.version> |
29 | 29 | <archunit.version>1.3.0</archunit.version> |
30 | | - <dependencycheck.version>12.0.1</dependencycheck.version> |
| 30 | + <dependencycheck.version>12.1.0</dependencycheck.version> |
31 | 31 | </properties> |
32 | 32 |
|
33 | 33 | <licenses> |
|
194 | 194 | <plugin> |
195 | 195 | <groupId>org.apache.maven.plugins</groupId> |
196 | 196 | <artifactId>maven-compiler-plugin</artifactId> |
197 | | - <version>3.13.0</version> |
| 197 | + <version>3.14.0</version> |
198 | 198 | <configuration> |
199 | 199 | <release>11</release> |
200 | 200 | <showDeprecation>true</showDeprecation> |
|
222 | 222 | <plugin> |
223 | 223 | <groupId>com.github.spotbugs</groupId> |
224 | 224 | <artifactId>spotbugs-maven-plugin</artifactId> |
225 | | - <version>4.8.6.6</version> |
| 225 | + <version>4.9.1.0</version> |
226 | 226 | <dependencies> |
227 | 227 | <dependency> |
228 | 228 | <groupId>com.github.spotbugs</groupId> |
|
0 commit comments