Skip to content

Commit 6bf916e

Browse files
committed
Bump maven plugins
1 parent 8636cf7 commit 6bf916e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-compiler-plugin</artifactId>
41-
<version>3.8.1</version>
41+
<version>3.10.1</version>
4242
<configuration>
4343
<source>7</source>
4444
<target>7</target>
@@ -47,17 +47,17 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-jar-plugin</artifactId>
50-
<version>3.2.0</version>
50+
<version>3.3.0</version>
5151
</plugin>
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-install-plugin</artifactId>
55-
<version>3.0.0-M1</version>
55+
<version>3.0.1</version>
5656
</plugin>
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-javadoc-plugin</artifactId>
60-
<version>3.2.0</version>
60+
<version>3.4.1</version>
6161
<configuration>
6262
<excludePackageNames>*.internal,*.internal.*</excludePackageNames>
6363
<!-- The offline links make links from extensions to core work. -->
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-surefire-plugin</artifactId>
77-
<version>2.22.1</version>
77+
<version>2.22.2</version>
7878
</plugin>
7979
</plugins>
8080
</pluginManagement>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.sonatype.plugins</groupId>
8585
<artifactId>nexus-staging-maven-plugin</artifactId>
86-
<version>1.6.8</version>
86+
<version>1.6.13</version>
8787
<extensions>true</extensions>
8888
<configuration>
8989
<serverId>ossrh</serverId>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-release-plugin</artifactId>
98-
<version>3.0.0-M1</version>
98+
<version>3.0.0-M7</version>
9999
<configuration>
100100
<autoVersionSubmodules>true</autoVersionSubmodules>
101101
<useReleaseProfile>false</useReleaseProfile>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-gpg-plugin</artifactId>
215-
<version>1.6</version>
215+
<version>3.0.1</version>
216216
<executions>
217217
<execution>
218218
<id>sign-artifacts</id>
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.jacoco</groupId>
241241
<artifactId>jacoco-maven-plugin</artifactId>
242-
<version>0.7.9</version>
242+
<version>0.8.8</version>
243243
<configuration>
244244
<excludes>
245245
<!-- Classes from test-util -->

0 commit comments

Comments
 (0)