|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.htmlunit</groupId>
|
6 | 6 | <artifactId>htmlunit-cssparser</artifactId>
|
7 |
| - <version>4.6.0</version> |
| 7 | + <version>4.7.0</version> |
8 | 8 | <name>HtmlUnit CSS Parser</name>
|
9 | 9 | <organization>
|
10 | 10 | <name>HtmlUnit</name>
|
|
20 | 20 | <maven.compiler.source>8</maven.compiler.source>
|
21 | 21 | <maven.compiler.target>8</maven.compiler.target>
|
22 | 22 |
|
23 |
| - <checkstyle.version>10.20.0</checkstyle.version> |
| 23 | + <checkstyle.version>10.20.1</checkstyle.version> |
24 | 24 | <dependencycheck.version>10.0.4</dependencycheck.version>
|
25 | 25 | </properties>
|
26 | 26 |
|
|
56 | 56 | <configuration>
|
57 | 57 | <failBuildOnCVSS>0</failBuildOnCVSS>
|
58 | 58 | <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
|
| 59 | + <nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl> |
59 | 60 | </configuration>
|
60 | 61 | <executions>
|
61 | 62 | <execution>
|
|
68 | 69 | <plugin>
|
69 | 70 | <groupId>org.apache.maven.plugins</groupId>
|
70 | 71 | <artifactId>maven-surefire-plugin</artifactId>
|
71 |
| - <version>3.5.1</version> |
| 72 | + <version>3.5.2</version> |
72 | 73 | </plugin>
|
73 | 74 | <plugin>
|
74 | 75 | <groupId>org.apache.maven.plugins</groupId>
|
|
197 | 198 | <plugin>
|
198 | 199 | <groupId>org.apache.maven.plugins</groupId>
|
199 | 200 | <artifactId>maven-javadoc-plugin</artifactId>
|
200 |
| - <version>3.10.1</version> |
| 201 | + <version>3.11.1</version> |
201 | 202 | <configuration>
|
202 | 203 | <additionalparam>--allow-script-in-comments</additionalparam>
|
203 | 204 | <excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
|
|
327 | 328 | <dependency>
|
328 | 329 | <groupId>commons-io</groupId>
|
329 | 330 | <artifactId>commons-io</artifactId>
|
330 |
| - <version>2.17.0</version> |
| 331 | + <version>2.18.0</version> |
331 | 332 | <scope>test</scope>
|
332 | 333 | </dependency>
|
333 | 334 | </dependencies>
|
|
0 commit comments