|
39 | 39 | <plugin> |
40 | 40 | <groupId>org.apache.maven.plugins</groupId> |
41 | 41 | <artifactId>maven-compiler-plugin</artifactId> |
42 | | - <version>3.13.0</version> |
| 42 | + <version>3.14.0</version> |
43 | 43 | <configuration> |
44 | 44 | <release>11</release> |
45 | 45 | </configuration> |
46 | 46 | </plugin> |
47 | 47 | <plugin> |
48 | 48 | <groupId>org.apache.maven.plugins</groupId> |
49 | 49 | <artifactId>maven-jar-plugin</artifactId> |
50 | | - <version>3.4.1</version> |
| 50 | + <version>3.4.2</version> |
51 | 51 | <configuration> |
52 | 52 | <archive> |
53 | 53 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
|
57 | 57 | <plugin> |
58 | 58 | <groupId>org.apache.maven.plugins</groupId> |
59 | 59 | <artifactId>maven-install-plugin</artifactId> |
60 | | - <version>3.1.1</version> |
| 60 | + <version>3.1.4</version> |
61 | 61 | </plugin> |
62 | 62 | <plugin> |
63 | 63 | <groupId>org.apache.maven.plugins</groupId> |
64 | 64 | <artifactId>maven-javadoc-plugin</artifactId> |
65 | | - <version>3.6.3</version> |
| 65 | + <version>3.11.2</version> |
66 | 66 | <configuration> |
67 | 67 | <excludePackageNames>*.internal,*.internal.*</excludePackageNames> |
68 | 68 | <!-- The offline links make links from extensions to core work. --> |
|
237 | 237 | <plugin> |
238 | 238 | <groupId>org.apache.maven.plugins</groupId> |
239 | 239 | <artifactId>maven-gpg-plugin</artifactId> |
240 | | - <version>3.2.4</version> |
| 240 | + <version>3.2.7</version> |
241 | 241 | <executions> |
242 | 242 | <execution> |
243 | 243 | <id>sign-artifacts</id> |
|
264 | 264 | <plugin> |
265 | 265 | <groupId>org.jacoco</groupId> |
266 | 266 | <artifactId>jacoco-maven-plugin</artifactId> |
267 | | - <version>0.8.12</version> |
| 267 | + <version>0.8.13</version> |
268 | 268 | <configuration> |
269 | 269 | <excludes> |
270 | 270 | <!-- Classes from test-util --> |
|
0 commit comments