Skip to content

Commit 7c2a9db

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.1 (#2127)
[![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/) ([source](https://togithub.com/apache/maven-javadoc-plugin)) | `3.4.0` -> `3.4.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/confidence-slim/3.4.0)](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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-api-java-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OS4xIn0=-->
1 parent 1fa6f9b commit 7c2a9db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

google-api-client-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-javadoc-plugin</artifactId>
132-
<version>3.4.0</version>
132+
<version>3.4.1</version>
133133
<configuration>
134134
<skip>true</skip>
135135
</configuration>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<plugin>
265265
<groupId>org.apache.maven.plugins</groupId>
266266
<artifactId>maven-javadoc-plugin</artifactId>
267-
<version>3.4.0</version>
267+
<version>3.4.1</version>
268268
<executions>
269269
<execution>
270270
<id>attach-javadocs</id>
@@ -618,7 +618,7 @@
618618
<plugin>
619619
<groupId>org.apache.maven.plugins</groupId>
620620
<artifactId>maven-javadoc-plugin</artifactId>
621-
<version>3.4.0</version>
621+
<version>3.4.1</version>
622622
<configuration>
623623
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
624624
<useStandardDocletOptions>false</useStandardDocletOptions>

0 commit comments

Comments
 (0)