|
24 | 24 |
|
25 | 25 | <groupId>io.wcm.maven</groupId> |
26 | 26 | <artifactId>io.wcm.maven.global-parent</artifactId> |
27 | | - <version>65</version> |
| 27 | + <version>66</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <name>io.wcm.maven.global-parent</name> |
|
74 | 74 | <!-- Plugin version --> |
75 | 75 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
76 | 76 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
77 | | - <spotbugs-plugin.version>4.9.3.0</spotbugs-plugin.version> |
78 | | - <!-- Stick with version 1.12.0 until the fix for https://github.com/find-sec-bugs/find-sec-bugs/issues/727 is released --> |
79 | | - <spotbugs-findsecbugs-plugin.version>1.12.0</spotbugs-findsecbugs-plugin.version> |
80 | | - <pmd.version>7.13.0</pmd.version> |
| 77 | + <spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version> |
| 78 | + <spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version> |
| 79 | + <pmd.version>7.15.0</pmd.version> |
81 | 80 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version> |
82 | 81 | <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> |
83 | 82 |
|
|
421 | 420 | <plugin> |
422 | 421 | <groupId>org.apache.maven.plugins</groupId> |
423 | 422 | <artifactId>maven-clean-plugin</artifactId> |
424 | | - <version>3.4.1</version> |
| 423 | + <version>3.5.0</version> |
425 | 424 | </plugin> |
426 | 425 |
|
427 | 426 | <plugin> |
|
533 | 532 | <plugin> |
534 | 533 | <groupId>org.apache.maven.plugins</groupId> |
535 | 534 | <artifactId>maven-enforcer-plugin</artifactId> |
536 | | - <version>3.5.0</version> |
| 535 | + <version>3.6.1</version> |
537 | 536 | </plugin> |
538 | 537 |
|
539 | 538 | <plugin> |
|
552 | 551 | <plugin> |
553 | 552 | <groupId>org.apache.maven.plugins</groupId> |
554 | 553 | <artifactId>maven-gpg-plugin</artifactId> |
555 | | - <version>3.2.7</version> |
| 554 | + <version>3.2.8</version> |
556 | 555 | </plugin> |
557 | 556 |
|
558 | 557 | <plugin> |
|
595 | 594 | <dependency> |
596 | 595 | <groupId>com.puppycrawl.tools</groupId> |
597 | 596 | <artifactId>checkstyle</artifactId> |
598 | | - <version>10.24.0</version> |
| 597 | + <version>10.26.1</version> |
599 | 598 | </dependency> |
600 | 599 | </dependencies> |
601 | 600 | </plugin> |
602 | 601 |
|
603 | 602 | <plugin> |
604 | 603 | <groupId>org.apache.maven.plugins</groupId> |
605 | 604 | <artifactId>maven-pmd-plugin</artifactId> |
606 | | - <version>3.26.0</version> |
| 605 | + <version>3.27.0</version> |
607 | 606 | <configuration> |
608 | 607 | <targetJdk>${java.version}</targetJdk> |
609 | 608 | <format>xml</format> |
|
722 | 721 | <plugin> |
723 | 722 | <groupId>org.apache.maven.plugins</groupId> |
724 | 723 | <artifactId>maven-invoker-plugin</artifactId> |
725 | | - <version>3.9.0</version> |
| 724 | + <version>3.9.1</version> |
726 | 725 | </plugin> |
727 | 726 |
|
728 | 727 | <plugin> |
729 | 728 | <groupId>org.codehaus.mojo</groupId> |
730 | 729 | <artifactId>build-helper-maven-plugin</artifactId> |
731 | | - <version>3.6.0</version> |
| 730 | + <version>3.6.1</version> |
732 | 731 | </plugin> |
733 | 732 |
|
734 | 733 | <plugin> |
|
832 | 831 | <plugin> |
833 | 832 | <groupId>org.codehaus.mojo</groupId> |
834 | 833 | <artifactId>license-maven-plugin</artifactId> |
835 | | - <version>2.5.0</version> |
| 834 | + <version>2.6.0</version> |
836 | 835 | </plugin> |
837 | 836 |
|
838 | 837 | <plugin> |
839 | 838 | <groupId>org.sonatype.central</groupId> |
840 | 839 | <artifactId>central-publishing-maven-plugin</artifactId> |
841 | | - <version>0.7.0</version> |
| 840 | + <version>0.8.0</version> |
842 | 841 | </plugin> |
843 | 842 |
|
844 | 843 | <plugin> |
|
1252 | 1251 | <extensions>true</extensions> |
1253 | 1252 | <configuration> |
1254 | 1253 | <publishingServerId>sonatype-central</publishingServerId> |
| 1254 | + <deploymentName>${project.artifactId} ${project.version}</deploymentName> |
1255 | 1255 | </configuration> |
1256 | 1256 | </plugin> |
1257 | 1257 | </plugins> |
|
0 commit comments