Skip to content

Commit 65795ce

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.0 (googleapis#913)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) ([source](https://github.com/apache/maven-javadoc-plugin)) | `3.3.2` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/compatibility-slim/3.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/confidence-slim/3.3.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
1 parent ad9b56b commit 65795ce

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.3.2</version>
86+
<version>3.4.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
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-javadoc-plugin</artifactId>
169-
<version>3.3.2</version>
169+
<version>3.4.0</version>
170170
<configuration>
171171
<source>7</source>
172172
</configuration>
@@ -318,7 +318,7 @@
318318
<plugin>
319319
<groupId>org.apache.maven.plugins</groupId>
320320
<artifactId>maven-javadoc-plugin</artifactId>
321-
<version>3.3.2</version>
321+
<version>3.4.0</version>
322322
<reportSets>
323323
<reportSet>
324324
<id>html</id>
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-javadoc-plugin</artifactId>
388-
<version>3.3.2</version>
388+
<version>3.4.0</version>
389389
<executions>
390390
<execution>
391391
<id>attach-javadocs</id>
@@ -485,7 +485,7 @@
485485
<plugin>
486486
<groupId>org.apache.maven.plugins</groupId>
487487
<artifactId>maven-javadoc-plugin</artifactId>
488-
<version>3.3.2</version>
488+
<version>3.4.0</version>
489489
<configuration>
490490
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
491491
<useStandardDocletOptions>false</useStandardDocletOptions>

0 commit comments

Comments
 (0)