Skip to content

Commit

Permalink
Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/50a41f78278c1d5957cb03e89223fcbc640f1b68"><code>50a41f7</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.2</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/5af4519ce17308f35d4cfb553d0af8168cac35f4"><code>5af4519</code></a> [MJAVADOC-705] Upgrade Maven Reporting API to 3.1.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ee4132f9d0f6f412784e108305524cf3b3a3009a"><code>ee4132f</code></a> [MJAVADOC-704] Javadoc plugin does not respect jdkToolchain</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/651b98e6951ee2e3d8fefa1bcb3629f1dae763be"><code>651b98e</code></a> Bump doxia-site-renderer from 1.10 to 1.11.1</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/db20fddd4eb443711948645613c03a4ccc516dab"><code>db20fdd</code></a> Bump plexus-archiver from 4.2.5 to 4.2.6</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/b51c5d801c1e329b1e59e7b66142c8fd9c0ba6af"><code>b51c5d8</code></a> [MJAVADOC-694] Avoid empty warn message from getResolvePathResult</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/6b1515ed43826417cf4cbad88be1107e92cba3f5"><code>6b1515e</code></a> Bump httpcore from 4.4.14 to 4.4.15</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a4aa7dcdc22eda19a08cc3c3e231631d422f1725"><code>a4aa7dc</code></a> (doc) fix javadoc issues</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/3309cc2ea03237576f3d702cffe1d628c3ea0d12"><code>3309cc2</code></a> Bump maven-project-info-reports-plugin to 3.1.2</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/51a2c3f803a0124c2591e46925210da705042f19"><code>51a2c3f</code></a> Bump maven-javadoc-plugin to 3.3.1</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.3.1&new-version=3.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Fixes google#950

COPYBARA_INTEGRATE_REVIEW=google#950 from google:dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.2 8f4b019
PiperOrigin-RevId: 428492758
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Feb 14, 2022
1 parent 5019119 commit 7211ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Properties for plugins for which pluginManagement hasn't been working for us. -->
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>

<!-- Properties for multiple-artifact deps. -->
Expand Down

0 comments on commit 7211ef8

Please sign in to comment.