|
5 | 5 |
|
6 | 6 | <groupId>org.seleniumhq.selenium</groupId> |
7 | 7 | <artifactId>htmlunit3-driver</artifactId> |
8 | | - <version>4.26.0</version> |
| 8 | + <version>4.27.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.26.0</selenium.version> |
22 | | - <selenium.devtools.artifactId>selenium-devtools-v130</selenium.devtools.artifactId> |
23 | | - <htmlunit.version>4.6.0</htmlunit.version> |
| 21 | + <selenium.version>4.27.0</selenium.version> |
| 22 | + <selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId> |
| 23 | + <htmlunit.version>4.7.0</htmlunit.version> |
24 | 24 |
|
25 | 25 | <jetty.version>9.4.56.v20240826</jetty.version> |
26 | 26 |
|
27 | | - <checkstyle.version>10.18.2</checkstyle.version> |
| 27 | + <checkstyle.version>10.20.1</checkstyle.version> |
28 | 28 | <spotbugs.version>4.8.6</spotbugs.version> |
29 | 29 | <archunit.version>1.3.0</archunit.version> |
30 | 30 | <dependencycheck.version>10.0.4</dependencycheck.version> |
|
205 | 205 | <plugin> |
206 | 206 | <groupId>org.apache.maven.plugins</groupId> |
207 | 207 | <artifactId>maven-checkstyle-plugin</artifactId> |
208 | | - <version>3.5.0</version> |
| 208 | + <version>3.6.0</version> |
209 | 209 | <configuration> |
210 | 210 | <configLocation>checkstyle.xml</configLocation> |
211 | 211 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation> |
|
222 | 222 | <plugin> |
223 | 223 | <groupId>com.github.spotbugs</groupId> |
224 | 224 | <artifactId>spotbugs-maven-plugin</artifactId> |
225 | | - <version>4.8.6.4</version> |
| 225 | + <version>4.8.6.6</version> |
226 | 226 | <dependencies> |
227 | 227 | <dependency> |
228 | 228 | <groupId>com.github.spotbugs</groupId> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-javadoc-plugin</artifactId> |
254 | | - <version>3.10.1</version> |
| 254 | + <version>3.11.1</version> |
255 | 255 | <configuration> |
256 | 256 | <quiet>true</quiet> |
257 | 257 | <detectLinks>true</detectLinks> |
|
268 | 268 | <plugin> |
269 | 269 | <groupId>org.apache.maven.plugins</groupId> |
270 | 270 | <artifactId>maven-surefire-plugin</artifactId> |
271 | | - <version>3.5.1</version> |
| 271 | + <version>3.5.2</version> |
272 | 272 | <configuration> |
273 | 273 | <includes> |
274 | 274 | <include>**/*.java</include> |
|
296 | 296 | <suppressionFiles>owasp-suppressions.xml</suppressionFiles> |
297 | 297 | <failBuildOnCVSS>0</failBuildOnCVSS> |
298 | 298 | <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> |
| 299 | + <nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl> |
299 | 300 | </configuration> |
300 | 301 | <executions> |
301 | 302 | <execution> |
|
0 commit comments