Skip to content

Commit f86fa5e

Browse files
committed
Update Maven plugins (as shown by Dependabot)
1 parent 46cb717 commit f86fa5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.10.0</version>
180180
</plugin>
181181
</plugins>
182182
</pluginManagement>
@@ -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.0</version>
264264
<configuration>
265265
<!-- Fix java.base opens for new JDK versions -->
266266
<!-- Force the right file encoding during unit testing -->
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
391391
<artifactId>maven-site-plugin</artifactId>
392-
<version>3.12.1</version>
392+
<version>3.20.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)