|
90 | 90 | <dependency> |
91 | 91 | <groupId>org.apache.maven.plugin-tools</groupId> |
92 | 92 | <artifactId>maven-plugin-annotations</artifactId> |
93 | | - <version>3.12.0</version> |
| 93 | + <version>3.15.1</version> |
94 | 94 | <scope>provided</scope> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>org.codehaus.plexus</groupId> |
108 | 108 | <artifactId>plexus-archiver</artifactId> |
109 | | - <version>4.8.0</version> |
| 109 | + <version>4.10.0</version> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.codehaus.plexus</groupId> |
113 | 113 | <artifactId>plexus-utils</artifactId> |
114 | | - <version>4.0.1</version> |
| 114 | + <version>4.0.2</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.codehaus.plexus</groupId> |
|
132 | 132 | <dependency> |
133 | 133 | <groupId>org.apache.maven</groupId> |
134 | 134 | <artifactId>maven-archiver</artifactId> |
135 | | - <version>3.6.2</version> |
| 135 | + <version>3.6.3</version> |
136 | 136 | <exclusions> |
137 | 137 | <exclusion> |
138 | 138 | <groupId>org.apache.maven</groupId> |
|
151 | 151 | <dependency> |
152 | 152 | <groupId>org.apache.maven.surefire</groupId> |
153 | 153 | <artifactId>maven-surefire-common</artifactId> |
154 | | - <version>3.3.0</version> |
| 154 | + <version>3.5.2</version> |
155 | 155 | <exclusions> |
156 | 156 | <exclusion> |
157 | 157 | <groupId>org.apache.maven</groupId> |
|
221 | 221 | <plugin> |
222 | 222 | <groupId>org.apache.maven.plugins</groupId> |
223 | 223 | <artifactId>maven-compiler-plugin</artifactId> |
224 | | - <version>3.11.0</version> |
| 224 | + <version>3.14.0</version> |
225 | 225 | <configuration> |
226 | 226 | <source>${targetJdk}</source> |
227 | 227 | <target>${targetJdk}</target> |
|
238 | 238 | <plugin> |
239 | 239 | <groupId>org.apache.maven.plugins</groupId> |
240 | 240 | <artifactId>maven-plugin-plugin</artifactId> |
241 | | - <version>3.9.0</version> |
| 241 | + <version>3.15.1</version> |
242 | 242 | <configuration> |
243 | 243 | <goalPrefix>gwt</goalPrefix> |
244 | 244 | </configuration> |
|
268 | 268 | <plugin> |
269 | 269 | <groupId>org.apache.maven.plugins</groupId> |
270 | 270 | <artifactId>maven-invoker-plugin</artifactId> |
271 | | - <version>3.6.0</version> |
| 271 | + <version>3.9.0</version> |
272 | 272 | <executions> |
273 | 273 | <execution> |
274 | 274 | <goals> |
|
302 | 302 | <plugin> |
303 | 303 | <groupId>org.apache.maven.plugins</groupId> |
304 | 304 | <artifactId>maven-enforcer-plugin</artifactId> |
305 | | - <version>3.4.1</version> |
| 305 | + <version>3.5.0</version> |
306 | 306 | <executions> |
307 | 307 | <execution> |
308 | 308 | <goals> |
|
326 | 326 | <dependency> |
327 | 327 | <groupId>org.codehaus.mojo</groupId> |
328 | 328 | <artifactId>extra-enforcer-rules</artifactId> |
329 | | - <version>1.7.0</version> |
| 329 | + <version>1.9.0</version> |
330 | 330 | </dependency> |
331 | 331 | </dependencies> |
332 | 332 | </plugin> |
333 | 333 | <plugin> |
334 | 334 | <groupId>org.apache.maven.plugins</groupId> |
335 | 335 | <artifactId>maven-site-plugin</artifactId> |
336 | | - <version>3.12.1</version> |
| 336 | + <version>3.21.0</version> |
337 | 337 | <dependencies> |
338 | 338 | <dependency> |
339 | 339 | <groupId>org.apache.maven.doxia</groupId> |
340 | 340 | <artifactId>doxia-module-markdown</artifactId> |
341 | | - <version>1.12.0</version> |
| 341 | + <version>2.0.0</version> |
342 | 342 | </dependency> |
343 | 343 | <dependency> |
344 | 344 | <groupId>com.github.stephenc.wagon</groupId> |
|
350 | 350 | <plugin> |
351 | 351 | <groupId>org.sonatype.plugins</groupId> |
352 | 352 | <artifactId>nexus-staging-maven-plugin</artifactId> |
353 | | - <version>1.6.13</version> |
| 353 | + <version>1.7.0</version> |
354 | 354 | <extensions>true</extensions> |
355 | 355 | <configuration> |
356 | 356 | <serverId>ossrh</serverId> |
|
361 | 361 | <plugin> |
362 | 362 | <groupId>org.apache.maven.plugins</groupId> |
363 | 363 | <artifactId>maven-release-plugin</artifactId> |
364 | | - <version>3.0.1</version> |
| 364 | + <version>3.1.1</version> |
365 | 365 | <configuration> |
366 | 366 | <autoVersionSubmodules>true</autoVersionSubmodules> |
367 | 367 | <useReleaseProfile>false</useReleaseProfile> |
368 | 368 | <releaseProfiles>release</releaseProfiles> |
369 | 369 | <goals>deploy site-deploy</goals> |
370 | 370 | </configuration> |
371 | 371 | </plugin> |
| 372 | + <plugin> |
| 373 | + <groupId>org.apache.maven.plugins</groupId> |
| 374 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 375 | + <version>3.11.2</version> |
| 376 | + </plugin> |
372 | 377 | </plugins> |
373 | 378 | </build> |
374 | 379 |
|
|
377 | 382 | <plugin> |
378 | 383 | <groupId>org.apache.maven.plugins</groupId> |
379 | 384 | <artifactId>maven-plugin-plugin</artifactId> |
380 | | - <version>3.9.0</version> |
| 385 | + <version>3.15.1</version> |
381 | 386 | </plugin> |
382 | 387 | <plugin> |
383 | 388 | <groupId>org.apache.maven.plugins</groupId> |
384 | 389 | <artifactId>maven-project-info-reports-plugin</artifactId> |
385 | | - <version>3.4.5</version> |
| 390 | + <version>3.9.0</version> |
386 | 391 | <configuration> |
387 | 392 | <skip>true</skip> |
388 | 393 | </configuration> |
389 | 394 | </plugin> |
390 | 395 | <plugin> |
391 | 396 | <groupId>org.apache.maven.plugins</groupId> |
392 | 397 | <artifactId>maven-javadoc-plugin</artifactId> |
393 | | - <version>3.5.0</version> |
| 398 | + <version>3.11.2</version> |
394 | 399 | </plugin> |
395 | 400 | </plugins> |
396 | 401 | </reporting> |
|
444 | 449 | <plugin> |
445 | 450 | <groupId>org.apache.maven.plugins</groupId> |
446 | 451 | <artifactId>maven-source-plugin</artifactId> |
447 | | - <version>3.3.0</version> |
| 452 | + <version>3.3.1</version> |
448 | 453 | <executions> |
449 | 454 | <execution> |
450 | 455 | <id>attach-sources</id> |
|
469 | 474 | <plugin> |
470 | 475 | <groupId>org.apache.maven.plugins</groupId> |
471 | 476 | <artifactId>maven-gpg-plugin</artifactId> |
472 | | - <version>3.1.0</version> |
| 477 | + <version>3.2.7</version> |
473 | 478 | <executions> |
474 | 479 | <execution> |
475 | 480 | <id>sign-artifacts</id> |
|
0 commit comments