|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.htmlunit</groupId>
|
6 | 6 | <artifactId>htmlunit-csp</artifactId>
|
7 |
| - <version>4.5.0</version> |
| 7 | + <version>4.6.0-SNAPSHOT</version> |
8 | 8 | <name>HtmlUnit Content-Security-Policy Parser</name>
|
9 | 9 | <organization>
|
10 | 10 | <name>HtmlUnit</name>
|
|
24 | 24 | <spotbugs.version>4.8.6</spotbugs.version>
|
25 | 25 | <pmd.version>7.6.0</pmd.version>
|
26 | 26 | <spotless.version>2.38.0</spotless.version>
|
27 |
| - <dependencycheck.version>10.0.4</dependencycheck.version> |
| 27 | + <dependencycheck.version>11.1.0</dependencycheck.version> |
28 | 28 | </properties>
|
29 | 29 |
|
30 | 30 | <build>
|
|
55 | 55 | <plugin>
|
56 | 56 | <groupId>org.apache.maven.plugins</groupId>
|
57 | 57 | <artifactId>maven-surefire-plugin</artifactId>
|
58 |
| - <version>3.5.1</version> |
| 58 | + <version>3.5.2</version> |
59 | 59 | </plugin>
|
60 | 60 | <plugin>
|
61 | 61 | <groupId>org.apache.maven.plugins</groupId>
|
|
65 | 65 | <plugin>
|
66 | 66 | <groupId>org.apache.maven.plugins</groupId>
|
67 | 67 | <artifactId>maven-checkstyle-plugin</artifactId>
|
68 |
| - <version>3.5.0</version> |
| 68 | + <version>3.6.0</version> |
69 | 69 | <configuration>
|
70 | 70 | <configLocation>checkstyle.xml</configLocation>
|
71 | 71 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
|
|
114 | 114 | <plugin>
|
115 | 115 | <groupId>org.apache.maven.plugins</groupId>
|
116 | 116 | <artifactId>maven-javadoc-plugin</artifactId>
|
117 |
| - <version>3.10.1</version> |
| 117 | + <version>3.11.1</version> |
118 | 118 | <configuration>
|
119 | 119 | <additionalparam>--allow-script-in-comments</additionalparam>
|
120 | 120 | <excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
|
|
182 | 182 | <plugin>
|
183 | 183 | <groupId>com.github.spotbugs</groupId>
|
184 | 184 | <artifactId>spotbugs-maven-plugin</artifactId>
|
185 |
| - <version>4.8.6.4</version> |
| 185 | + <version>4.8.6.5</version> |
186 | 186 | <dependencies>
|
187 | 187 | <dependency>
|
188 | 188 | <groupId>com.github.spotbugs</groupId>
|
|
197 | 197 | <plugin>
|
198 | 198 | <groupId>org.apache.maven.plugins</groupId>
|
199 | 199 | <artifactId>maven-pmd-plugin</artifactId>
|
200 |
| - <version>3.25.0</version> |
| 200 | + <version>3.26.0</version> |
201 | 201 | <dependencies>
|
202 | 202 | <dependency>
|
203 | 203 | <groupId>net.sourceforge.pmd</groupId>
|
|
0 commit comments