|
24 | 24 |
|
25 | 25 | <groupId>io.wcm.maven</groupId> |
26 | 26 | <artifactId>io.wcm.maven.global-parent</artifactId> |
27 | | - <version>71</version> |
| 27 | + <version>72</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <name>io.wcm.maven.global-parent</name> |
|
76 | 76 | <spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version> |
77 | 77 | <spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version> |
78 | 78 | <pmd.version>7.17.0</pmd.version> |
79 | | - <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version> |
| 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 |
|
82 | 82 | <!-- Set to 'enabled' to activate org.eclipse.jdt.core.compiler.annotation.nullanalysis feature in eclipse settings --> |
|
431 | 431 | <plugin> |
432 | 432 | <groupId>org.apache.maven.plugins</groupId> |
433 | 433 | <artifactId>maven-dependency-plugin</artifactId> |
434 | | - <version>3.8.1</version> |
| 434 | + <version>3.9.0</version> |
435 | 435 | </plugin> |
436 | 436 |
|
437 | 437 | <plugin> |
|
531 | 531 | <plugin> |
532 | 532 | <groupId>org.apache.maven.plugins</groupId> |
533 | 533 | <artifactId>maven-enforcer-plugin</artifactId> |
534 | | - <version>3.6.1</version> |
| 534 | + <version>3.6.2</version> |
535 | 535 | </plugin> |
536 | 536 |
|
537 | 537 | <plugin> |
|
593 | 593 | <dependency> |
594 | 594 | <groupId>com.puppycrawl.tools</groupId> |
595 | 595 | <artifactId>checkstyle</artifactId> |
596 | | - <version>11.0.1</version> |
| 596 | + <version>12.0.1</version> |
597 | 597 | </dependency> |
598 | 598 | </dependencies> |
599 | 599 | </plugin> |
600 | 600 |
|
601 | 601 | <plugin> |
602 | 602 | <groupId>org.apache.maven.plugins</groupId> |
603 | 603 | <artifactId>maven-pmd-plugin</artifactId> |
604 | | - <version>3.27.0</version> |
| 604 | + <version>3.28.0</version> |
605 | 605 | <configuration> |
606 | 606 | <targetJdk>${java.version}</targetJdk> |
607 | 607 | <format>xml</format> |
|
663 | 663 | <plugin> |
664 | 664 | <groupId>org.apache.maven.plugins</groupId> |
665 | 665 | <artifactId>maven-scm-plugin</artifactId> |
666 | | - <version>2.1.0</version> |
| 666 | + <version>2.2.1</version> |
667 | 667 | </plugin> |
668 | 668 |
|
669 | 669 | <plugin> |
|
816 | 816 | <plugin> |
817 | 817 | <groupId>com.github.eirslett</groupId> |
818 | 818 | <artifactId>frontend-maven-plugin</artifactId> |
819 | | - <version>1.15.1</version> |
| 819 | + <version>1.15.4</version> |
820 | 820 | </plugin> |
821 | 821 |
|
822 | 822 | <plugin> |
|
0 commit comments