|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.htmlunit</groupId>
|
6 | 6 | <artifactId>htmlunit-xpath</artifactId>
|
7 |
| - <version>4.2.0</version> |
| 7 | + <version>4.3.0</version> |
8 | 8 | <name>HtmlUnit-XPath</name>
|
9 | 9 | <organization>
|
10 | 10 | <name>HtmlUnit</name>
|
|
24 | 24 | <maven.compiler.target>8</maven.compiler.target>
|
25 | 25 |
|
26 | 26 | <checkstyle.version>10.17.0</checkstyle.version>
|
27 |
| - <spotbugs.version>4.8.5</spotbugs.version> |
| 27 | + <spotbugs.version>4.8.6</spotbugs.version> |
28 | 28 | <pmd.version>6.55.0</pmd.version>
|
29 | 29 | <dependencycheck.version>9.2.0</dependencycheck.version>
|
30 | 30 | </properties>
|
|
52 | 52 | </plugin>
|
53 | 53 | <plugin>
|
54 | 54 | <artifactId>maven-surefire-plugin</artifactId>
|
55 |
| - <version>3.2.5</version> |
| 55 | + <version>3.3.0</version> |
56 | 56 | </plugin>
|
57 | 57 | <plugin>
|
58 | 58 | <artifactId>maven-jar-plugin</artifactId>
|
59 |
| - <version>3.4.1</version> |
| 59 | + <version>3.4.2</version> |
60 | 60 | <configuration>
|
61 | 61 | <archive>
|
62 | 62 | <manifest>
|
|
126 | 126 | <plugin>
|
127 | 127 | <groupId>org.apache.maven.plugins</groupId>
|
128 | 128 | <artifactId>maven-checkstyle-plugin</artifactId>
|
129 |
| - <version>3.3.1</version> |
| 129 | + <version>3.4.0</version> |
130 | 130 | <configuration>
|
131 | 131 | <configLocation>checkstyle.xml</configLocation>
|
132 | 132 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
|
|
244 | 244 |
|
245 | 245 | <distributionManagement>
|
246 | 246 | <snapshotRepository>
|
247 |
| - <id>sonatype-nexus-snapshots</id> |
| 247 | + <id>s01-sonatype-nexus-snapshots</id> |
248 | 248 | <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
249 | 249 | </snapshotRepository>
|
250 | 250 | <repository>
|
251 |
| - <id>sonatype-nexus-staging</id> |
| 251 | + <id>s01-sonatype-nexus-staging</id> |
252 | 252 | <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
253 | 253 | </repository>
|
254 | 254 | </distributionManagement>
|
|
0 commit comments