Skip to content

Commit 7c5ed2f

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1 (#1569)
1 parent 8d1c2de commit 7c5ed2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-javadoc-plugin</artifactId>
86-
<version>3.10.1</version>
86+
<version>3.11.1</version>
8787
<configuration>
8888
<skip>true</skip>
8989
</configuration>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-javadoc-plugin</artifactId>
185-
<version>3.10.1</version>
185+
<version>3.11.1</version>
186186
<configuration>
187187
<source>8</source>
188188
<failOnError>false</failOnError>
@@ -332,7 +332,7 @@
332332
<plugin>
333333
<groupId>org.apache.maven.plugins</groupId>
334334
<artifactId>maven-javadoc-plugin</artifactId>
335-
<version>3.10.1</version>
335+
<version>3.11.1</version>
336336
<reportSets>
337337
<reportSet>
338338
<id>html</id>
@@ -400,7 +400,7 @@
400400
<plugin>
401401
<groupId>org.apache.maven.plugins</groupId>
402402
<artifactId>maven-javadoc-plugin</artifactId>
403-
<version>3.10.1</version>
403+
<version>3.11.1</version>
404404
<executions>
405405
<execution>
406406
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)