|
669 | 669 | <plugin> |
670 | 670 | <groupId>org.apache.maven.plugins</groupId> |
671 | 671 | <artifactId>maven-checkstyle-plugin</artifactId> |
672 | | - <version>3.1.2</version> |
| 672 | + <version>3.3.0</version> |
673 | 673 | <dependencies> |
674 | 674 | <dependency> |
675 | 675 | <groupId>com.puppycrawl.tools</groupId> |
|
703 | 703 | <plugin> |
704 | 704 | <groupId>com.github.ekryd.sortpom</groupId> |
705 | 705 | <artifactId>sortpom-maven-plugin</artifactId> |
706 | | - <version>3.0.0</version> |
| 706 | + <version>3.3.0</version> |
707 | 707 | <executions> |
708 | 708 | <execution> |
709 | 709 | <goals> |
|
716 | 716 | <plugin> |
717 | 717 | <groupId>org.apache.maven.plugins</groupId> |
718 | 718 | <artifactId>maven-compiler-plugin</artifactId> |
719 | | - <version>3.8.1</version> |
| 719 | + <version>3.9.0</version> |
720 | 720 | <configuration> |
721 | 721 | <optimize>true</optimize> |
722 | 722 | <showDeprecation>true</showDeprecation> |
|
728 | 728 | <plugin> |
729 | 729 | <groupId>org.apache.maven.plugins</groupId> |
730 | 730 | <artifactId>maven-source-plugin</artifactId> |
731 | | - <version>3.2.1</version> |
| 731 | + <version>3.3.0</version> |
732 | 732 | <executions> |
733 | 733 | <execution> |
734 | 734 | <id>attach-sources</id> |
|
741 | 741 | <plugin> |
742 | 742 | <groupId>org.apache.maven.plugins</groupId> |
743 | 743 | <artifactId>maven-javadoc-plugin</artifactId> |
744 | | - <version>3.3.2</version> |
| 744 | + <version>3.4.0</version> |
745 | 745 | <executions> |
746 | 746 | <execution> |
747 | 747 | <id>attach-javadocs</id> |
|
786 | 786 | <plugin> |
787 | 787 | <groupId>org.sonatype.plugins</groupId> |
788 | 788 | <artifactId>nexus-staging-maven-plugin</artifactId> |
789 | | - <version>1.6.8</version> |
| 789 | + <version>1.6.13</version> |
790 | 790 | <extensions>true</extensions> |
791 | 791 | <configuration> |
792 | 792 | <serverId>ossrh</serverId> |
|
797 | 797 | <plugin> |
798 | 798 | <groupId>org.apache.maven.plugins</groupId> |
799 | 799 | <artifactId>maven-gpg-plugin</artifactId> |
800 | | - <version>1.6</version> |
| 800 | + <version>3.1.0</version> |
801 | 801 | <executions> |
802 | 802 | <execution> |
803 | 803 | <id>sign-artifacts</id> |
|
863 | 863 | <plugin> |
864 | 864 | <groupId>org.apache.maven.plugins</groupId> |
865 | 865 | <artifactId>maven-shade-plugin</artifactId> |
866 | | - <version>3.2.4</version> |
| 866 | + <version>3.3.0</version> |
867 | 867 | <configuration> |
868 | 868 | <filters> |
869 | 869 | <filter> |
|
0 commit comments