|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>org.htmlunit</groupId> |
6 | 6 | <artifactId>htmlunit-csp</artifactId> |
7 | | - <version>4.3.0</version> |
| 7 | + <version>4.4.0</version> |
8 | 8 | <name>HtmlUnit Content-Security-Policy Parser</name> |
9 | 9 | <organization> |
10 | 10 | <name>HtmlUnit</name> |
|
22 | 22 |
|
23 | 23 | <checkstyle.version>10.17.0</checkstyle.version> |
24 | 24 | <spotbugs.version>4.8.6</spotbugs.version> |
25 | | - <pmd.version>6.55.0</pmd.version> |
| 25 | + <pmd.version>7.4.0</pmd.version> |
26 | 26 | <spotless.version>2.38.0</spotless.version> |
27 | | - <dependencycheck.version>9.2.0</dependencycheck.version> |
| 27 | + <dependencycheck.version>10.0.3</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.3.0</version> |
| 58 | + <version>3.3.1</version> |
59 | 59 | </plugin> |
60 | 60 | <plugin> |
61 | 61 | <groupId>org.apache.maven.plugins</groupId> |
|
114 | 114 | <plugin> |
115 | 115 | <groupId>org.apache.maven.plugins</groupId> |
116 | 116 | <artifactId>maven-javadoc-plugin</artifactId> |
117 | | - <version>3.7.0</version> |
| 117 | + <version>3.8.0</version> |
118 | 118 | <configuration> |
119 | 119 | <additionalparam>--allow-script-in-comments</additionalparam> |
120 | 120 | <excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames> |
|
177 | 177 | <plugin> |
178 | 178 | <groupId>org.apache.maven.plugins</groupId> |
179 | 179 | <artifactId>maven-release-plugin</artifactId> |
180 | | - <version>3.1.0</version> |
| 180 | + <version>3.1.1</version> |
181 | 181 | </plugin> |
182 | 182 | <plugin> |
183 | 183 | <groupId>com.github.spotbugs</groupId> |
184 | 184 | <artifactId>spotbugs-maven-plugin</artifactId> |
185 | | - <version>4.8.5.0</version> |
| 185 | + <version>4.8.6.2</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.21.2</version> |
| 200 | + <version>3.24.0</version> |
201 | 201 | <dependencies> |
202 | 202 | <dependency> |
203 | 203 | <groupId>net.sourceforge.pmd</groupId> |
|
239 | 239 | <plugin> |
240 | 240 | <groupId>org.apache.maven.plugins</groupId> |
241 | 241 | <artifactId>maven-javadoc-plugin</artifactId> |
242 | | - <version>3.6.3</version> |
| 242 | + <version>3.8.0</version> |
243 | 243 | <configuration> |
244 | 244 | <additionalparam>--allow-script-in-comments</additionalparam> |
245 | 245 | <links> |
|
0 commit comments