|
7 | 7 | <groupId>dev.amp</groupId>
|
8 | 8 | <artifactId>validator-java</artifactId>
|
9 | 9 | <name>AMP validator Java API</name>
|
10 |
| - <version>1.0.31</version> |
| 10 | + <version>1.0.32</version> |
11 | 11 | <description>A Java validator for the AMP Html format.</description>
|
12 | 12 | <packaging>jar</packaging>
|
13 | 13 | <url>https://github.com/ampproject/validator-java</url>
|
|
66 | 66 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
|
67 | 67 |
|
68 | 68 | <os-maven-plugin.version>1.7.0</os-maven-plugin.version>
|
69 |
| - <protobuf.version>3.21.0</protobuf.version> |
70 |
| - <maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version> |
| 69 | + <protobuf.version>3.21.1</protobuf.version> |
| 70 | + <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
71 | 71 | <jdk.version>11</jdk.version>
|
72 | 72 | <main.basedir>${project.basedir}</main.basedir>
|
73 | 73 |
|
74 | 74 | <checkstyle.maxAllowedViolations>10</checkstyle.maxAllowedViolations>
|
75 | 75 |
|
76 |
| - <com.puppycrawl.checkstyle.version>10.2</com.puppycrawl.checkstyle.version> |
| 76 | + <com.puppycrawl.checkstyle.version>10.3</com.puppycrawl.checkstyle.version> |
77 | 77 | <fasterxml.jackson.version>2.13.3</fasterxml.jackson.version>
|
78 | 78 | <fasterxml.jackson.databind.version>2.13.3</fasterxml.jackson.databind.version>
|
79 | 79 | <mockito.version>1.10.19</mockito.version>
|
|
267 | 267 | <plugin>
|
268 | 268 | <groupId>org.apache.maven.plugins</groupId>
|
269 | 269 | <artifactId>maven-scm-plugin</artifactId>
|
270 |
| - <version>1.12.2</version> |
| 270 | + <version>1.13.0</version> |
271 | 271 | <inherited>false</inherited>
|
272 | 272 | </plugin>
|
273 | 273 | <plugin>
|
|
303 | 303 | <plugin>
|
304 | 304 | <groupId>org.apache.maven.plugins</groupId>
|
305 | 305 | <artifactId>maven-enforcer-plugin</artifactId>
|
306 |
| - <version>3.0.0</version> |
| 306 | + <version>3.1.0</version> |
307 | 307 | <executions>
|
308 | 308 | <execution>
|
309 | 309 | <id>enforce</id>
|
|
326 | 326 | <plugin>
|
327 | 327 | <groupId>com.github.spotbugs</groupId>
|
328 | 328 | <artifactId>spotbugs-maven-plugin</artifactId>
|
329 |
| - <version>4.6.0.0</version> |
| 329 | + <version>4.7.0.0</version> |
330 | 330 | <dependencies>
|
331 | 331 | <dependency>
|
332 | 332 | <groupId>com.github.spotbugs</groupId>
|
333 | 333 | <artifactId>spotbugs</artifactId>
|
334 |
| - <version>4.7.0</version> |
| 334 | + <version>4.7.1</version> |
335 | 335 | </dependency>
|
336 | 336 | <dependency>
|
337 | 337 | <groupId>com.github.spotbugs</groupId>
|
338 | 338 | <artifactId>spotbugs-annotations</artifactId>
|
339 |
| - <version>4.7.0</version> |
| 339 | + <version>4.7.1</version> |
340 | 340 | </dependency>
|
341 | 341 | <dependency>
|
342 | 342 | <groupId>org.dom4j</groupId>
|
|
379 | 379 | <plugin>
|
380 | 380 | <groupId>org.apache.maven.plugins</groupId>
|
381 | 381 | <artifactId>maven-pmd-plugin</artifactId>
|
382 |
| - <version>3.16.0</version> |
| 382 | + <version>3.17.0</version> |
383 | 383 | <configuration>
|
384 | 384 | <skip>false</skip>
|
385 | 385 | <failOnViolation>true</failOnViolation>
|
|
653 | 653 | <scope>test</scope>
|
654 | 654 | </dependency>
|
655 | 655 | <dependency>
|
656 |
| - <groupId>junit</groupId> |
657 |
| - <artifactId>junit</artifactId> |
658 |
| - <version>4.13.2</version> |
| 656 | + <groupId>org.junit.jupiter</groupId> |
| 657 | + <artifactId>junit-jupiter-api</artifactId> |
| 658 | + <version>5.8.2</version> |
659 | 659 | <scope>test</scope>
|
660 | 660 | </dependency>
|
661 | 661 | <dependency>
|
|
0 commit comments