Skip to content

Commit 84b11cf

Browse files
committed
GH-2155 - Update general build plugins.
1 parent ab72610 commit 84b11cf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-gpg-plugin</artifactId>
198-
<version>3.0.1</version>
198+
<version>3.2.4</version>
199199
<executions>
200200
<execution>
201201
<id>sign-artifacts</id>
@@ -333,7 +333,7 @@
333333
<plugin>
334334
<groupId>org.apache.maven.plugins</groupId>
335335
<artifactId>maven-assembly-plugin</artifactId>
336-
<version>3.4.2</version>
336+
<version>3.7.1</version>
337337
<executions>
338338
<execution>
339339
<id>docs</id>
@@ -687,7 +687,7 @@
687687
<plugin>
688688
<groupId>org.apache.maven.plugins</groupId>
689689
<artifactId>maven-javadoc-plugin</artifactId>
690-
<version>3.5.0</version>
690+
<version>3.6.3</version>
691691
<configuration>
692692
<breakiterator>true</breakiterator>
693693
<header>${project.name}</header>
@@ -708,7 +708,7 @@
708708
<plugin>
709709
<groupId>org.codehaus.mojo</groupId>
710710
<artifactId>build-helper-maven-plugin</artifactId>
711-
<version>3.3.0</version>
711+
<version>3.5.0</version>
712712
<executions>
713713
<execution>
714714
<id>add-docs-source</id>
@@ -754,7 +754,7 @@
754754
<plugin>
755755
<groupId>org.apache.maven.plugins</groupId>
756756
<artifactId>maven-compiler-plugin</artifactId>
757-
<version>3.11.0</version>
757+
<version>3.13.0</version>
758758
<configuration>
759759
<source>${source.level}</source>
760760
<target>${source.level}</target>
@@ -765,7 +765,7 @@
765765
<plugin>
766766
<groupId>org.apache.maven.plugins</groupId>
767767
<artifactId>maven-jar-plugin</artifactId>
768-
<version>3.3.0</version>
768+
<version>3.4.1</version>
769769
<configuration>
770770
<archive>
771771
<manifestEntries>
@@ -780,7 +780,7 @@
780780
<plugin>
781781
<groupId>org.apache.maven.plugins</groupId>
782782
<artifactId>maven-source-plugin</artifactId>
783-
<version>3.2.1</version>
783+
<version>3.3.1</version>
784784
<executions>
785785
<execution>
786786
<id>attach-sources</id>
@@ -794,7 +794,7 @@
794794
<plugin>
795795
<groupId>org.apache.maven.plugins</groupId>
796796
<artifactId>maven-surefire-plugin</artifactId>
797-
<version>3.0.0</version>
797+
<version>3.2.5</version>
798798
<configuration>
799799
<useSystemClassLoader>false</useSystemClassLoader>
800800
</configuration>
@@ -838,13 +838,13 @@
838838
<plugin>
839839
<groupId>org.apache.maven.plugins</groupId>
840840
<artifactId>maven-deploy-plugin</artifactId>
841-
<version>3.1.1</version>
841+
<version>3.1.2</version>
842842
</plugin>
843843

844844
<plugin>
845845
<groupId>org.apache.maven.plugins</groupId>
846846
<artifactId>maven-release-plugin</artifactId>
847-
<version>3.0.0</version>
847+
<version>3.0.1</version>
848848
<configuration>
849849
<releaseProfiles>sonatype</releaseProfiles>
850850
<pushChanges>false</pushChanges>

0 commit comments

Comments
 (0)