|
268 | 268 | <!-- Core Maven plugins --> |
269 | 269 | <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version> |
270 | 270 | <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version> |
271 | | - <maven-clean-plugin.version>3.3.1</maven-clean-plugin.version> |
| 271 | + <maven-clean-plugin.version>3.3.2</maven-clean-plugin.version> |
272 | 272 | <!-- |
273 | 273 | NB: Versions of the maven-compiler-plugin newer than 3.8.1 cause very |
274 | 274 | slow compilation preparation (30-60 seconds or longer) for some |
275 | 275 | SciJava components, during parsing of module-info.java files. |
276 | 276 | --> |
277 | 277 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
278 | | - <maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version> |
| 278 | + <maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version> |
279 | 279 | <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
280 | | - <maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version> |
281 | | - <maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version> |
| 280 | + <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version> |
| 281 | + <maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version> |
282 | 282 | <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
283 | 283 | <maven-help-plugin.version>3.4.0</maven-help-plugin.version> |
284 | 284 | <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
285 | 285 | <maven-invoker-plugin.version>3.6.0</maven-invoker-plugin.version> |
286 | 286 | <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
287 | | - <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
288 | | - <maven-plugin-plugin.version>3.9.0</maven-plugin-plugin.version> |
289 | | - <maven-project-info-reports-plugin.version>3.4.5</maven-project-info-reports-plugin.version> |
| 287 | + <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
| 288 | + <maven-plugin-plugin.version>3.11.0</maven-plugin-plugin.version> |
| 289 | + <maven-project-info-reports-plugin.version>3.5.0</maven-project-info-reports-plugin.version> |
290 | 290 | <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
291 | 291 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
292 | | - <maven-shade-plugin.version>3.5.0</maven-shade-plugin.version> |
| 292 | + <maven-shade-plugin.version>3.5.2</maven-shade-plugin.version> |
293 | 293 | <maven-site-plugin.version>3.12.1</maven-site-plugin.version> |
294 | 294 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
295 | | - <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> |
| 295 | + <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
296 | 296 |
|
297 | 297 | <!-- Mojohaus Maven plugins --> |
298 | | - <build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version> |
| 298 | + <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version> |
299 | 299 | <buildnumber-maven-plugin.version>3.2.0</buildnumber-maven-plugin.version> |
300 | 300 | <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> |
301 | | - <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version> |
| 301 | + <exec-maven-plugin.version>3.2.0</exec-maven-plugin.version> |
302 | 302 | <groovy-maven-plugin.version>1.5</groovy-maven-plugin.version> |
303 | | - <license-maven-plugin.version>2.1.0</license-maven-plugin.version> |
| 303 | + <license-maven-plugin.version>2.4.0</license-maven-plugin.version> |
304 | 304 | <tidy-maven-plugin.version>1.2.0</tidy-maven-plugin.version> |
305 | | - <versions-maven-plugin.version>2.16.0</versions-maven-plugin.version> |
| 305 | + <versions-maven-plugin.version>2.16.2</versions-maven-plugin.version> |
306 | 306 |
|
307 | 307 | <!-- SciJava Maven plugins --> |
308 | 308 | <scijava-maven-plugin.version>3.0.0</scijava-maven-plugin.version> |
|
313 | 313 | <impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version> <!-- net.revelc.code --> |
314 | 314 | <formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version> <!-- net.revelc.code.formatter --> |
315 | 315 | <maven-graph-plugin.version>1.45</maven-graph-plugin.version> <!-- org.fusesource.mvnplugins --> |
316 | | - <exists-maven-plugin.version>0.9.0</exists-maven-plugin.version> <!-- org.honton.chas --> |
| 316 | + <exists-maven-plugin.version>0.12.0</exists-maven-plugin.version> <!-- org.honton.chas --> |
317 | 317 | <jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version> <!-- org.jacoco --> |
318 | 318 | <dokka-maven-plugin.version>1.9.10</dokka-maven-plugin.version> <!-- org.jetbrains.jetbrains --> |
319 | 319 | <revapi-maven-plugin.version>0.15.0</revapi-maven-plugin.version> <!-- org.revapi --> |
320 | | - <sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version> <!-- org.sonarsource.scanner.maven --> |
| 320 | + <sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version> <!-- org.sonarsource.scanner.maven --> |
321 | 321 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> <!-- org.sonatype.plugins --> |
322 | 322 |
|
323 | 323 | <!-- Plugin dependencies --> |
324 | 324 | <extra-enforcer-rules.version>1.7.0</extra-enforcer-rules.version> |
325 | 325 | <kotlin.version>1.9.22</kotlin.version> |
326 | | - <revapi-java.version>0.20.2</revapi-java.version> |
| 326 | + <revapi-java.version>0.28.1</revapi-java.version> |
327 | 327 | <scijava-coding-style.version>2.1.1</scijava-coding-style.version> |
328 | 328 | <therapi.version>0.12.0</therapi.version> |
329 | 329 | <com.github.therapi.therapi-runtime-javadoc-scribe.version>${therapi.version}</com.github.therapi.therapi-runtime-javadoc-scribe.version> |
|
721 | 721 | <dependency> |
722 | 722 | <groupId>net.java.dev.jna</groupId> |
723 | 723 | <artifactId>platform</artifactId> |
724 | | - <version>3.4.0</version> |
| 724 | + <version>3.5.2</version> |
725 | 725 | </dependency> |
726 | 726 | </dependencies> |
727 | 727 | </plugin> |
|
0 commit comments