|
24 | 24 |
|
25 | 25 | <groupId>io.wcm.maven</groupId> |
26 | 26 | <artifactId>io.wcm.maven.global-parent</artifactId> |
27 | | - <version>66</version> |
| 27 | + <version>67</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <name>io.wcm.maven.global-parent</name> |
|
72 | 72 | <distribution.releaseRepositoryUrl>https://central.sonatype.com</distribution.releaseRepositoryUrl> |
73 | 73 |
|
74 | 74 | <!-- Plugin version --> |
75 | | - <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
| 75 | + <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
76 | 76 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
77 | | - <spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version> |
| 77 | + <spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version> |
78 | 78 | <spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version> |
79 | | - <pmd.version>7.15.0</pmd.version> |
| 79 | + <pmd.version>7.17.0</pmd.version> |
80 | 80 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version> |
81 | | - <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> |
| 81 | + <versions-maven-plugin.version>2.19.0</versions-maven-plugin.version> |
82 | 82 |
|
83 | 83 | <!-- Set to 'enabled' to activate org.eclipse.jdt.core.compiler.annotation.nullanalysis feature in eclipse settings --> |
84 | 84 | <eclipse.settings.nullanalysis>disabled</eclipse.settings.nullanalysis> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>org.jetbrains</groupId> |
101 | 101 | <artifactId>annotations</artifactId> |
102 | | - <version>26.0.2</version> |
| 102 | + <version>26.0.2-1</version> |
103 | 103 | </dependency> |
104 | 104 |
|
105 | 105 | <!-- |
|
110 | 110 | <dependency> |
111 | 111 | <groupId>com.github.spotbugs</groupId> |
112 | 112 | <artifactId>spotbugs-annotations</artifactId> |
113 | | - <version>4.9.3</version> |
| 113 | + <version>4.9.6</version> |
114 | 114 | <exclusions> |
115 | 115 | <!-- Do not include JSR-305 annotations - the standard never got accepted, use the nullability annotations from Jetbrains instead --> |
116 | 116 | <exclusion> |
|
569 | 569 | <plugin> |
570 | 570 | <groupId>org.apache.maven.plugins</groupId> |
571 | 571 | <artifactId>maven-javadoc-plugin</artifactId> |
572 | | - <version>3.11.2</version> |
| 572 | + <version>3.11.3</version> |
573 | 573 | </plugin> |
574 | 574 |
|
575 | 575 | <plugin> |
|
672 | 672 | <plugin> |
673 | 673 | <groupId>org.apache.maven.plugins</groupId> |
674 | 674 | <artifactId>maven-shade-plugin</artifactId> |
675 | | - <version>3.6.0</version> |
| 675 | + <version>3.6.1</version> |
676 | 676 | </plugin> |
677 | 677 |
|
678 | 678 | <plugin> |
|
757 | 757 | <plugin> |
758 | 758 | <groupId>org.sonarsource.scanner.maven</groupId> |
759 | 759 | <artifactId>sonar-maven-plugin</artifactId> |
760 | | - <version>5.1.0.4751</version> |
| 760 | + <version>5.2.0.4988</version> |
761 | 761 | </plugin> |
762 | 762 |
|
763 | 763 | <plugin> |
|
0 commit comments