Skip to content

Commit

Permalink
build(deps): update dependency org.apache.maven.plugins:maven-javadoc…
Browse files Browse the repository at this point in the history
…-plugin to v3.2.0 (#218)
  • Loading branch information
renovate-bot committed Mar 16, 2020
1 parent ad7aab4 commit 63f2e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grpc-google-cloud-bigtable-admin-v2/pom.xml
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<show>protected</show>
<nohelp>true</nohelp>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-bigtable-v2/pom.xml
Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<show>protected</show>
<nohelp>true</nohelp>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -225,7 +225,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>aggregate</id>
Expand Down

0 comments on commit 63f2e1d

Please sign in to comment.