|
195 | 195 | <plugin>
|
196 | 196 | <groupId>org.apache.maven.plugins</groupId>
|
197 | 197 | <artifactId>maven-gpg-plugin</artifactId>
|
198 |
| - <version>3.0.1</version> |
| 198 | + <version>3.2.4</version> |
199 | 199 | <executions>
|
200 | 200 | <execution>
|
201 | 201 | <id>sign-artifacts</id>
|
|
333 | 333 | <plugin>
|
334 | 334 | <groupId>org.apache.maven.plugins</groupId>
|
335 | 335 | <artifactId>maven-assembly-plugin</artifactId>
|
336 |
| - <version>3.4.2</version> |
| 336 | + <version>3.7.1</version> |
337 | 337 | <executions>
|
338 | 338 | <execution>
|
339 | 339 | <id>docs</id>
|
|
687 | 687 | <plugin>
|
688 | 688 | <groupId>org.apache.maven.plugins</groupId>
|
689 | 689 | <artifactId>maven-javadoc-plugin</artifactId>
|
690 |
| - <version>3.5.0</version> |
| 690 | + <version>3.6.3</version> |
691 | 691 | <configuration>
|
692 | 692 | <breakiterator>true</breakiterator>
|
693 | 693 | <header>${project.name}</header>
|
|
708 | 708 | <plugin>
|
709 | 709 | <groupId>org.codehaus.mojo</groupId>
|
710 | 710 | <artifactId>build-helper-maven-plugin</artifactId>
|
711 |
| - <version>3.3.0</version> |
| 711 | + <version>3.5.0</version> |
712 | 712 | <executions>
|
713 | 713 | <execution>
|
714 | 714 | <id>add-docs-source</id>
|
|
754 | 754 | <plugin>
|
755 | 755 | <groupId>org.apache.maven.plugins</groupId>
|
756 | 756 | <artifactId>maven-compiler-plugin</artifactId>
|
757 |
| - <version>3.11.0</version> |
| 757 | + <version>3.13.0</version> |
758 | 758 | <configuration>
|
759 | 759 | <source>${source.level}</source>
|
760 | 760 | <target>${source.level}</target>
|
|
765 | 765 | <plugin>
|
766 | 766 | <groupId>org.apache.maven.plugins</groupId>
|
767 | 767 | <artifactId>maven-jar-plugin</artifactId>
|
768 |
| - <version>3.3.0</version> |
| 768 | + <version>3.4.1</version> |
769 | 769 | <configuration>
|
770 | 770 | <archive>
|
771 | 771 | <manifestEntries>
|
|
780 | 780 | <plugin>
|
781 | 781 | <groupId>org.apache.maven.plugins</groupId>
|
782 | 782 | <artifactId>maven-source-plugin</artifactId>
|
783 |
| - <version>3.2.1</version> |
| 783 | + <version>3.3.1</version> |
784 | 784 | <executions>
|
785 | 785 | <execution>
|
786 | 786 | <id>attach-sources</id>
|
|
794 | 794 | <plugin>
|
795 | 795 | <groupId>org.apache.maven.plugins</groupId>
|
796 | 796 | <artifactId>maven-surefire-plugin</artifactId>
|
797 |
| - <version>3.0.0</version> |
| 797 | + <version>3.2.5</version> |
798 | 798 | <configuration>
|
799 | 799 | <useSystemClassLoader>false</useSystemClassLoader>
|
800 | 800 | </configuration>
|
|
838 | 838 | <plugin>
|
839 | 839 | <groupId>org.apache.maven.plugins</groupId>
|
840 | 840 | <artifactId>maven-deploy-plugin</artifactId>
|
841 |
| - <version>3.1.1</version> |
| 841 | + <version>3.1.2</version> |
842 | 842 | </plugin>
|
843 | 843 |
|
844 | 844 | <plugin>
|
845 | 845 | <groupId>org.apache.maven.plugins</groupId>
|
846 | 846 | <artifactId>maven-release-plugin</artifactId>
|
847 |
| - <version>3.0.0</version> |
| 847 | + <version>3.0.1</version> |
848 | 848 | <configuration>
|
849 | 849 | <releaseProfiles>sonatype</releaseProfiles>
|
850 | 850 | <pushChanges>false</pushChanges>
|
|
0 commit comments