|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.htmlunit</groupId>
|
6 | 6 | <artifactId>htmlunit-csp</artifactId>
|
7 |
| - <version>4.1.0</version> |
| 7 | + <version>4.2.0</version> |
8 | 8 | <name>HtmlUnit Content-Security-Policy 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 |
| - <dependencycheck.version>8.4.0</dependencycheck.version> |
24 |
| - <spotbugs.version>4.8.4</spotbugs.version> |
| 23 | + <checkstyle.version>10.17.0</checkstyle.version> |
| 24 | + <spotbugs.version>4.8.5</spotbugs.version> |
25 | 25 | <pmd.version>6.55.0</pmd.version>
|
26 | 26 | <spotless.version>2.38.0</spotless.version>
|
27 |
| - <dependencycheck.version>9.1.0</dependencycheck.version> |
| 27 | + <dependencycheck.version>9.2.0</dependencycheck.version> |
28 | 28 | </properties>
|
29 | 29 |
|
30 | 30 | <build>
|
31 | 31 | <plugins>
|
32 | 32 | <plugin>
|
33 | 33 | <groupId>org.apache.maven.plugins</groupId>
|
34 | 34 | <artifactId>maven-enforcer-plugin</artifactId>
|
35 |
| - <version>3.4.1</version> |
| 35 | + <version>3.5.0</version> |
36 | 36 | <executions>
|
37 | 37 | <execution>
|
38 | 38 | <id>enforce-maven</id>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>com.puppycrawl.tools</groupId>
|
79 | 79 | <artifactId>checkstyle</artifactId>
|
80 |
| - <version>9.3</version> |
| 80 | + <version>${checkstyle.version}</version> |
81 | 81 | </dependency>
|
82 | 82 | </dependencies>
|
83 | 83 | </plugin>
|
|
114 | 114 | <plugin>
|
115 | 115 | <groupId>org.apache.maven.plugins</groupId>
|
116 | 116 | <artifactId>maven-javadoc-plugin</artifactId>
|
117 |
| - <version>3.6.3</version> |
| 117 | + <version>3.7.0</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.4.0</version> |
| 185 | + <version>4.8.5.0</version> |
186 | 186 | <dependencies>
|
187 | 187 | <dependency>
|
188 | 188 | <groupId>com.github.spotbugs</groupId>
|
|
222 | 222 | <version>${dependencycheck.version}</version>
|
223 | 223 | <configuration>
|
224 | 224 | <failBuildOnCVSS>0</failBuildOnCVSS>
|
| 225 | + <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> |
225 | 226 | </configuration>
|
226 | 227 | <executions>
|
227 | 228 | <execution>
|
|
0 commit comments