|
7 | 7 | <groupId>dev.amp</groupId>
|
8 | 8 | <artifactId>validator-java</artifactId>
|
9 | 9 | <name>AMP validator Java API</name>
|
10 |
| - <version>1.0.42</version> |
| 10 | + <version>1.0.43</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>
|
|
58 | 58 | <validator.proto.directory>${project.basedir}/src/main/proto</validator.proto.directory>
|
59 | 59 |
|
60 | 60 | <!-- library versions -->
|
61 |
| - <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version> |
62 |
| - <jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version> |
| 61 | + <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
| 62 | + <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
63 | 63 | <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
|
64 |
| - <maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version> |
65 |
| - <maven-clean-plugin.version>3.3.2</maven-clean-plugin.version> |
66 |
| - <maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version> |
67 |
| - <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version> |
68 |
| - <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
69 |
| - <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
70 |
| - <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
71 |
| - <spotbugs-maven-plugin.version>4.8.3.0</spotbugs-maven-plugin.version> |
72 |
| - <com.github.spotbugs.version>4.8.3</com.github.spotbugs.version> |
| 64 | + <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version> |
| 65 | + <maven-clean-plugin.version>3.4.0</maven-clean-plugin.version> |
| 66 | + <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> |
| 67 | + <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
| 68 | + <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version> |
| 69 | + <maven-javadoc-plugin.version>3.11.1</maven-javadoc-plugin.version> |
| 70 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
| 71 | + <spotbugs-maven-plugin.version>4.8.6.6</spotbugs-maven-plugin.version> |
| 72 | + <com.github.spotbugs.version>4.8.6</com.github.spotbugs.version> |
73 | 73 |
|
74 | 74 | <os-maven-plugin.version>1.7.1</os-maven-plugin.version>
|
75 |
| - <protobuf.version>3.25.2</protobuf.version> |
76 |
| - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 75 | + <protobuf.version>3.25.5</protobuf.version> |
| 76 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
77 | 77 | <jdk.version>11</jdk.version>
|
78 | 78 | <encoding>UTF-8</encoding>
|
79 | 79 | <main.basedir>${project.basedir}</main.basedir>
|
80 | 80 |
|
81 | 81 | <checkstyle.maxAllowedViolations>10</checkstyle.maxAllowedViolations>
|
82 | 82 |
|
83 |
| - <com.puppycrawl.checkstyle.version>10.12.7</com.puppycrawl.checkstyle.version> |
84 |
| - <fasterxml.jackson.version>2.16.1</fasterxml.jackson.version> |
85 |
| - <tagchowder.version>2.0.27</tagchowder.version> |
| 83 | + <com.puppycrawl.checkstyle.version>10.20.1</com.puppycrawl.checkstyle.version> |
| 84 | + <fasterxml.jackson.version>2.18.1</fasterxml.jackson.version> |
| 85 | + <tagchowder.version>2.0.29</tagchowder.version> |
86 | 86 |
|
87 | 87 | <!-- test dependencies -->
|
88 |
| - <org.junit.version>5.10.1</org.junit.version> |
89 |
| - <org.mockito.version>5.10.0</org.mockito.version> |
90 |
| - <org.testng.version>7.9.0</org.testng.version> |
| 88 | + <org.junit.version>5.11.3</org.junit.version> |
| 89 | + <org.mockito.version>5.14.2</org.mockito.version> |
| 90 | + <org.testng.version>7.10.2</org.testng.version> |
91 | 91 | </properties>
|
92 | 92 |
|
93 | 93 | <repositories>
|
|
152 | 152 | <plugin>
|
153 | 153 | <groupId>org.codehaus.mojo</groupId>
|
154 | 154 | <artifactId>exec-maven-plugin</artifactId>
|
155 |
| - <version>3.1.1</version> |
| 155 | + <version>3.5.0</version> |
156 | 156 | <executions>
|
157 | 157 | <execution>
|
158 | 158 | <id>Fetching AMP resources</id>
|
|
263 | 263 | <plugin>
|
264 | 264 | <groupId>org.codehaus.mojo</groupId>
|
265 | 265 | <artifactId>javacc-maven-plugin</artifactId>
|
266 |
| - <version>3.0.1</version> |
| 266 | + <version>3.1.0</version> |
267 | 267 | </plugin>
|
268 | 268 | <plugin>
|
269 | 269 | <groupId>org.apache.maven.plugins</groupId>
|
|
273 | 273 | <plugin>
|
274 | 274 | <groupId>org.apache.maven.plugins</groupId>
|
275 | 275 | <artifactId>maven-assembly-plugin</artifactId>
|
276 |
| - <version>3.6.0</version> |
| 276 | + <version>3.7.1</version> |
277 | 277 | </plugin>
|
278 | 278 | <plugin>
|
279 | 279 | <groupId>org.apache.maven.plugins</groupId>
|
280 | 280 | <artifactId>maven-scm-plugin</artifactId>
|
281 |
| - <version>2.0.1</version> |
| 281 | + <version>2.1.0</version> |
282 | 282 | <inherited>false</inherited>
|
283 | 283 | </plugin>
|
284 | 284 | <plugin>
|
|
502 | 502 | <plugin>
|
503 | 503 | <groupId>org.apache.maven.plugins</groupId>
|
504 | 504 | <artifactId>maven-compiler-plugin</artifactId>
|
505 |
| - <version>3.11.0</version> |
| 505 | + <version>3.13.0</version> |
506 | 506 | <configuration>
|
507 | 507 | <fork>true</fork>
|
508 | 508 | <meminitial>128m</meminitial>
|
|
595 | 595 | <plugin>
|
596 | 596 | <groupId>org.sonatype.plugins</groupId>
|
597 | 597 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
598 |
| - <version>1.6.13</version> |
| 598 | + <version>1.7.0</version> |
599 | 599 | <extensions>true</extensions>
|
600 | 600 | <configuration>
|
601 | 601 | <serverId>ossrh</serverId>
|
|
669 | 669 | <dependency>
|
670 | 670 | <groupId>org.apache.commons</groupId>
|
671 | 671 | <artifactId>commons-lang3</artifactId>
|
672 |
| - <version>3.14.0</version> |
| 672 | + <version>3.17.0</version> |
673 | 673 | </dependency>
|
674 | 674 | <dependency>
|
675 | 675 | <groupId>org.apache.commons</groupId>
|
676 | 676 | <artifactId>commons-text</artifactId>
|
677 |
| - <version>1.11.0</version> |
| 677 | + <version>1.12.0</version> |
678 | 678 | </dependency>
|
679 | 679 |
|
680 | 680 | <!-- test -->
|
|
0 commit comments