Skip to content

Commit 7749514

Browse files
chore(deps): update maven plugins (#4556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent faa0c68 commit 7749514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
<plugin>
308308
<groupId>org.apache.maven.plugins</groupId>
309309
<artifactId>maven-javadoc-plugin</artifactId>
310-
<version>3.10.1</version>
310+
<version>3.11.1</version>
311311
<configuration>
312312
<source>8</source>
313313
<doclint>none</doclint>
@@ -435,7 +435,7 @@
435435
<plugin>
436436
<groupId>org.apache.maven.plugins</groupId>
437437
<artifactId>maven-checkstyle-plugin</artifactId>
438-
<version>3.5.0</version>
438+
<version>3.6.0</version>
439439
<configuration>
440440
<configLocation>checkstyle.xml</configLocation>
441441
<includeTestSourceDirectory>true</includeTestSourceDirectory>
@@ -444,7 +444,7 @@
444444
<plugin>
445445
<groupId>org.apache.maven.plugins</groupId>
446446
<artifactId>maven-site-plugin</artifactId>
447-
<version>3.20.0</version>
447+
<version>3.21.0</version>
448448
</plugin>
449449
<plugin>
450450
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)