Skip to content

Commit ff3ca6b

Browse files
committed
Bump Maven plugins to latest versions
1 parent d7563b9 commit ff3ca6b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,18 @@
186186
</plugin>
187187
<plugin>
188188
<groupId>org.apache.maven.plugins</groupId>
189-
<artifactId>maven-surefire-plugin</artifactId>
189+
<artifactId>maven-resources-plugin</artifactId>
190190
<version>3.3.1</version>
191191
</plugin>
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194-
<artifactId>maven-help-plugin</artifactId>
195-
<version>3.4.1</version>
194+
<artifactId>maven-surefire-plugin</artifactId>
195+
<version>3.5.2</version>
196196
</plugin>
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-dependency-plugin</artifactId>
200-
<version>3.7.1</version>
200+
<version>3.8.1</version>
201201
<executions>
202202
<execution>
203203
<phase>process-sources</phase>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-deploy-plugin</artifactId>
218-
<version>2.8.2</version>
218+
<version>3.1.3</version>
219219
</plugin>
220220
<plugin>
221221
<groupId>org.jruby.maven</groupId>
@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.sonatype.plugins</groupId>
267267
<artifactId>nexus-staging-maven-plugin</artifactId>
268-
<version>1.6.13</version>
268+
<version>1.7.0</version>
269269
<extensions>true</extensions>
270270
<configuration>
271271
<serverId>ossrh</serverId>
@@ -276,7 +276,7 @@
276276
<plugin>
277277
<groupId>org.codehaus.mojo</groupId>
278278
<artifactId>versions-maven-plugin</artifactId>
279-
<version>2.17.1</version>
279+
<version>2.18.0</version>
280280
</plugin>
281281
</plugins>
282282
</build>
@@ -295,7 +295,7 @@
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<artifactId>maven-source-plugin</artifactId>
298-
<version>2.4</version>
298+
<version>3.3.1</version>
299299
<executions>
300300
<execution>
301301
<id>attach-sources</id>
@@ -308,7 +308,7 @@
308308
<plugin>
309309
<groupId>org.apache.maven.plugins</groupId>
310310
<artifactId>maven-javadoc-plugin</artifactId>
311-
<version>3.7.0</version>
311+
<version>3.11.1</version>
312312
<executions>
313313
<execution>
314314
<id>attach-javadocs</id>
@@ -324,7 +324,7 @@
324324
<plugin>
325325
<groupId>org.apache.maven.plugins</groupId>
326326
<artifactId>maven-gpg-plugin</artifactId>
327-
<version>1.5</version>
327+
<version>3.2.7</version>
328328
<executions>
329329
<execution>
330330
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)