|
24 | 24 |
|
25 | 25 | <groupId>io.wcm.maven</groupId> |
26 | 26 | <artifactId>io.wcm.maven.global-parent</artifactId> |
27 | | - <version>72</version> |
| 27 | + <version>73</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <name>io.wcm.maven.global-parent</name> |
|
72 | 72 |
|
73 | 73 | <!-- Plugin version --> |
74 | 74 | <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
75 | | - <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
76 | | - <spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version> |
| 75 | + <maven-release-plugin.version>3.2.0</maven-release-plugin.version> |
| 76 | + <spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version> |
77 | 77 | <spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version> |
78 | | - <pmd.version>7.17.0</pmd.version> |
| 78 | + <pmd.version>7.18.0</pmd.version> |
79 | 79 | <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version> |
80 | 80 | <versions-maven-plugin.version>2.19.1</versions-maven-plugin.version> |
81 | 81 |
|
|
109 | 109 | <dependency> |
110 | 110 | <groupId>com.github.spotbugs</groupId> |
111 | 111 | <artifactId>spotbugs-annotations</artifactId> |
112 | | - <version>4.9.6</version> |
| 112 | + <version>4.9.8</version> |
113 | 113 | <exclusions> |
114 | 114 | <!-- Do not include JSR-305 annotations - the standard never got accepted, use the nullability annotations from Jetbrains instead --> |
115 | 115 | <exclusion> |
|
401 | 401 | <plugin> |
402 | 402 | <groupId>org.apache.maven.plugins</groupId> |
403 | 403 | <artifactId>maven-antrun-plugin</artifactId> |
404 | | - <version>3.1.0</version> |
| 404 | + <version>3.2.0</version> |
405 | 405 | </plugin> |
406 | 406 |
|
407 | 407 | <plugin> |
|
562 | 562 | <plugin> |
563 | 563 | <groupId>org.apache.maven.plugins</groupId> |
564 | 564 | <artifactId>maven-jar-plugin</artifactId> |
565 | | - <version>3.4.2</version> |
| 565 | + <version>3.5.0</version> |
566 | 566 | </plugin> |
567 | 567 |
|
568 | 568 | <plugin> |
|
593 | 593 | <dependency> |
594 | 594 | <groupId>com.puppycrawl.tools</groupId> |
595 | 595 | <artifactId>checkstyle</artifactId> |
596 | | - <version>12.0.1</version> |
| 596 | + <version>12.1.2</version> |
597 | 597 | </dependency> |
598 | 598 | </dependencies> |
599 | 599 | </plugin> |
|
700 | 700 | <plugin> |
701 | 701 | <groupId>org.apache.maven.plugins</groupId> |
702 | 702 | <artifactId>maven-war-plugin</artifactId> |
703 | | - <version>3.4.0</version> |
| 703 | + <version>3.5.0</version> |
704 | 704 | </plugin> |
705 | 705 |
|
706 | 706 | <plugin> |
|
754 | 754 | <plugin> |
755 | 755 | <groupId>org.sonarsource.scanner.maven</groupId> |
756 | 756 | <artifactId>sonar-maven-plugin</artifactId> |
757 | | - <version>5.2.0.4988</version> |
| 757 | + <version>5.3.0.6276</version> |
758 | 758 | </plugin> |
759 | 759 |
|
760 | 760 | <plugin> |
|
789 | 789 | <plugin> |
790 | 790 | <groupId>org.codehaus.mojo</groupId> |
791 | 791 | <artifactId>xml-maven-plugin</artifactId> |
792 | | - <version>1.1.0</version> |
| 792 | + <version>1.2.0</version> |
793 | 793 | <!-- use saxon as XSLT 2.0 processor --> |
794 | 794 | <dependencies> |
795 | 795 | <dependency> |
|
0 commit comments