Skip to content

Commit 859243e

Browse files
renovate-botlqiu96
andauthored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.0 (#1287)
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
1 parent 4c7a8d7 commit 859243e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5.0</version>
86+
<version>3.6.0</version>
8787
<configuration>
8888
<skip>true</skip>
8989
</configuration>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-javadoc-plugin</artifactId>
173-
<version>3.5.0</version>
173+
<version>3.6.0</version>
174174
<configuration>
175175
<source>8</source>
176176
<failOnError>false</failOnError>
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-javadoc-plugin</artifactId>
332-
<version>3.5.0</version>
332+
<version>3.6.0</version>
333333
<reportSets>
334334
<reportSet>
335335
<id>html</id>
@@ -397,7 +397,7 @@
397397
<plugin>
398398
<groupId>org.apache.maven.plugins</groupId>
399399
<artifactId>maven-javadoc-plugin</artifactId>
400-
<version>3.5.0</version>
400+
<version>3.6.0</version>
401401
<executions>
402402
<execution>
403403
<id>attach-javadocs</id>
@@ -497,7 +497,7 @@
497497
<plugin>
498498
<groupId>org.apache.maven.plugins</groupId>
499499
<artifactId>maven-javadoc-plugin</artifactId>
500-
<version>3.5.0</version>
500+
<version>3.6.0</version>
501501
<configuration>
502502
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
503503
<useStandardDocletOptions>false</useStandardDocletOptions>

0 commit comments

Comments
 (0)