Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 96b1130

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.1 (#981)
[![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.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-auth-library-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2MC4xIn0=-->
1 parent 365459e commit 96b1130

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.0</version>
86+
<version>3.4.1</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
@@ -165,7 +165,7 @@
165165
<plugin>
166166
<groupId>org.apache.maven.plugins</groupId>
167167
<artifactId>maven-javadoc-plugin</artifactId>
168-
<version>3.4.0</version>
168+
<version>3.4.1</version>
169169
<configuration>
170170
<source>7</source>
171171
<failOnError>false</failOnError>
@@ -318,7 +318,7 @@
318318
<plugin>
319319
<groupId>org.apache.maven.plugins</groupId>
320320
<artifactId>maven-javadoc-plugin</artifactId>
321-
<version>3.4.0</version>
321+
<version>3.4.1</version>
322322
<reportSets>
323323
<reportSet>
324324
<id>html</id>
@@ -386,7 +386,7 @@
386386
<plugin>
387387
<groupId>org.apache.maven.plugins</groupId>
388388
<artifactId>maven-javadoc-plugin</artifactId>
389-
<version>3.4.0</version>
389+
<version>3.4.1</version>
390390
<executions>
391391
<execution>
392392
<id>attach-javadocs</id>
@@ -486,7 +486,7 @@
486486
<plugin>
487487
<groupId>org.apache.maven.plugins</groupId>
488488
<artifactId>maven-javadoc-plugin</artifactId>
489-
<version>3.4.0</version>
489+
<version>3.4.1</version>
490490
<configuration>
491491
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
492492
<useStandardDocletOptions>false</useStandardDocletOptions>

0 commit comments

Comments
 (0)