Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc…
Browse files Browse the repository at this point in the history
…-plugin to v3.6.3 (#1328)

Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
  • Loading branch information
renovate-bot and alicejli committed May 2, 2024
1 parent 6dc5fb5 commit c51baa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<configuration>
<source>8</source>
<failOnError>false</failOnError>
Expand Down Expand Up @@ -326,7 +326,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<reportSets>
<reportSet>
<id>html</id>
Expand Down Expand Up @@ -394,7 +394,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit c51baa9

Please sign in to comment.