Skip to content

Commit 80535c7

Browse files
committed
Update Maven plugin versions
1 parent 46cb717 commit 80535c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-javadoc-plugin</artifactId>
179-
<version>3.7.0</version>
179+
<version>3.11.2</version>
180180
</plugin>
181181
</plugins>
182182
</pluginManagement>
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-clean-plugin</artifactId>
214-
<version>3.4.0</version>
214+
<version>3.4.1</version>
215215
</plugin>
216216
<!-- Include resource files -->
217217
<plugin>
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-compiler-plugin</artifactId>
226-
<version>3.13.0</version>
226+
<version>3.14.0</version>
227227
<configuration>
228228
<source>${java.source}</source>
229229
<target>${java.target}</target>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>org.jacoco</groupId>
236236
<artifactId>jacoco-maven-plugin</artifactId>
237-
<version>0.8.12</version>
237+
<version>0.8.13</version>
238238
<configuration>
239239
<includes>
240240
<include>fr/xephi/authme/*</include>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-surefire-plugin</artifactId>
263-
<version>3.3.0</version>
263+
<version>3.5.3</version>
264264
<configuration>
265265
<!-- Fix java.base opens for new JDK versions -->
266266
<!-- Force the right file encoding during unit testing -->
@@ -377,19 +377,19 @@
377377
<plugin>
378378
<groupId>org.apache.maven.plugins</groupId>
379379
<artifactId>maven-install-plugin</artifactId>
380-
<version>3.1.2</version>
380+
<version>3.1.4</version>
381381
</plugin>
382382
<!-- Deploy the jars as artifacts into the remote repository -->
383383
<plugin>
384384
<groupId>org.apache.maven.plugins</groupId>
385385
<artifactId>maven-deploy-plugin</artifactId>
386-
<version>3.1.2</version>
386+
<version>3.1.4</version>
387387
</plugin>
388388
<!-- Handle documentation generation, required by other plugins -->
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
391391
<artifactId>maven-site-plugin</artifactId>
392-
<version>3.12.1</version>
392+
<version>3.21.0</version>
393393
</plugin>
394394
<!-- Publish coveralls test coverage reports, not included in the build cycle by default -->
395395
<plugin>

0 commit comments

Comments
 (0)