|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.htmlunit</groupId>
|
6 | 6 | <artifactId>htmlunit-csp</artifactId>
|
7 |
| - <version>4.2.0</version> |
| 7 | + <version>4.3.0</version> |
8 | 8 | <name>HtmlUnit Content-Security-Policy Parser</name>
|
9 | 9 | <organization>
|
10 | 10 | <name>HtmlUnit</name>
|
|
21 | 21 | <maven.compiler.target>8</maven.compiler.target>
|
22 | 22 |
|
23 | 23 | <checkstyle.version>10.17.0</checkstyle.version>
|
24 |
| - <spotbugs.version>4.8.5</spotbugs.version> |
| 24 | + <spotbugs.version>4.8.6</spotbugs.version> |
25 | 25 | <pmd.version>6.55.0</pmd.version>
|
26 | 26 | <spotless.version>2.38.0</spotless.version>
|
27 | 27 | <dependencycheck.version>9.2.0</dependencycheck.version>
|
|
55 | 55 | <plugin>
|
56 | 56 | <groupId>org.apache.maven.plugins</groupId>
|
57 | 57 | <artifactId>maven-surefire-plugin</artifactId>
|
58 |
| - <version>3.2.5</version> |
| 58 | + <version>3.3.0</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.3.1</version> |
| 68 | + <version>3.4.0</version> |
69 | 69 | <configuration>
|
70 | 70 | <configLocation>checkstyle.xml</configLocation>
|
71 | 71 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
|
|
84 | 84 | <plugin>
|
85 | 85 | <groupId>org.apache.maven.plugins</groupId>
|
86 | 86 | <artifactId>maven-jar-plugin</artifactId>
|
87 |
| - <version>3.4.1</version> |
| 87 | + <version>3.4.2</version> |
88 | 88 | <configuration>
|
89 | 89 | <archive>
|
90 | 90 | <manifest>
|
|
177 | 177 | <plugin>
|
178 | 178 | <groupId>org.apache.maven.plugins</groupId>
|
179 | 179 | <artifactId>maven-release-plugin</artifactId>
|
180 |
| - <version>3.0.1</version> |
| 180 | + <version>3.1.0</version> |
181 | 181 | </plugin>
|
182 | 182 | <plugin>
|
183 | 183 | <groupId>com.github.spotbugs</groupId>
|
|
315 | 315 | </dependencies>
|
316 | 316 | <distributionManagement>
|
317 | 317 | <snapshotRepository>
|
318 |
| - <id>sonatype-nexus-snapshots</id> |
| 318 | + <id>s01-sonatype-nexus-snapshots</id> |
319 | 319 | <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
320 | 320 | </snapshotRepository>
|
321 | 321 | <repository>
|
322 |
| - <id>sonatype-nexus-staging</id> |
| 322 | + <id>s01-sonatype-nexus-staging</id> |
323 | 323 | <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
324 | 324 | </repository>
|
325 | 325 | </distributionManagement>
|
|
0 commit comments