Skip to content

Commit 957faf2

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.1 (#1867)
[![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/) | `3.2.0` -> `3.3.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.1/compatibility-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.1/confidence-slim/3.2.0)](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, check this box. --- 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-api-java-client).
1 parent dadae64 commit 957faf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

google-api-client-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0</version>
132+
<version>3.3.1</version>
133133
<configuration>
134134
<skip>true</skip>
135135
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
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.2.0</version>
267+
<version>3.3.1</version>
268268
<executions>
269269
<execution>
270270
<id>attach-javadocs</id>
@@ -607,7 +607,7 @@
607607
<plugin>
608608
<groupId>org.apache.maven.plugins</groupId>
609609
<artifactId>maven-javadoc-plugin</artifactId>
610-
<version>3.2.0</version>
610+
<version>3.3.1</version>
611611
<reportSets>
612612
<reportSet>
613613
<id>docFX</id>

0 commit comments

Comments
 (0)