Skip to content

Commit eb112f0

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.5.0 (#1158)
[![Mend 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/) | `3.4.1` -> `3.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/google-auth-library-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM2LjExLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
1 parent a4660f4 commit eb112f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

google-auth-library-java/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.4.1</version>
86+
<version>3.5.0</version>
8787
<configuration>
8888
<skip>true</skip>
8989
</configuration>

google-auth-library-java/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.4.1</version>
173+
<version>3.5.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.4.1</version>
332+
<version>3.5.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.4.1</version>
400+
<version>3.5.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.4.1</version>
500+
<version>3.5.0</version>
501501
<configuration>
502502
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
503503
<useStandardDocletOptions>false</useStandardDocletOptions>

0 commit comments

Comments
 (0)