|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId>
|
7 | 7 | <artifactId>htmlunit3-driver</artifactId>
|
8 |
| - <version>4.16.1</version> |
| 8 | + <version>4.17.0-SNAPSHOT</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.16.1</selenium.version> |
| 21 | + <selenium.version>4.17.0</selenium.version> |
22 | 22 | <htmlunit.version>3.10.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 |
| - <spotbugs.version>4.8.1</spotbugs.version> |
| 27 | + <spotbugs.version>4.8.3</spotbugs.version> |
28 | 28 | <archunit.version>1.2.1</archunit.version>
|
29 |
| - <dependencycheck.version>9.0.8</dependencycheck.version> |
| 29 | + <dependencycheck.version>9.0.9</dependencycheck.version> |
30 | 30 | </properties>
|
31 | 31 |
|
32 | 32 | <licenses>
|
|
184 | 184 | <plugin>
|
185 | 185 | <groupId>org.apache.maven.plugins</groupId>
|
186 | 186 | <artifactId>maven-compiler-plugin</artifactId>
|
187 |
| - <version>3.11.0</version> |
| 187 | + <version>3.12.1</version> |
188 | 188 | <configuration>
|
189 | 189 | <release>11</release>
|
190 | 190 | <showDeprecation>true</showDeprecation>
|
|
212 | 212 | <plugin>
|
213 | 213 | <groupId>com.github.spotbugs</groupId>
|
214 | 214 | <artifactId>spotbugs-maven-plugin</artifactId>
|
215 |
| - <version>4.8.2.0</version> |
| 215 | + <version>4.8.3.0</version> |
216 | 216 | <dependencies>
|
217 | 217 | <dependency>
|
218 | 218 | <groupId>com.github.spotbugs</groupId>
|
|
258 | 258 | <plugin>
|
259 | 259 | <groupId>org.apache.maven.plugins</groupId>
|
260 | 260 | <artifactId>maven-surefire-plugin</artifactId>
|
261 |
| - <version>3.2.2</version> |
| 261 | + <version>3.2.5</version> |
262 | 262 | <configuration>
|
263 | 263 | <includes>
|
264 | 264 | <include>**/*.java</include>
|
|
0 commit comments