Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-javadoc-plugin/releases">org.apache.maven.plugins:maven-javadoc-plugin's releases</a>.</em></p> <blockquote> <h2>3.6.2</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-716">[MJAVADOC-716]</a> - Fix stale files detection failing because of the newline (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/144">#144</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-713">[MJAVADOC-713]</a> - Skipping Javadoc reportset leaves empty Javadoc link i… (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/246">#246</a>) <a href="https://github.com/michael-o"><code>@michael-o</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-762">[MJAVADOC-762]</a> - don't share state between tests (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/218">#218</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-726">[MJAVADOC-726]</a> - exclude velocity (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/243">#243</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-726">[MJAVADOC-726]</a> - trivial Javadoc fixes to test state of CI (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/244">#244</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-774">[MJAVADOC-774]</a> - Mock repository should not change project sources (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/241">#241</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>MJAVADOC-774 create dev profile (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/239">#239</a>) <a href="https://github.com/hboutemy"><code>@hboutemy</code></a></li> <li>Use a stable link in unit test (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/240">#240</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/247">#247</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-777">[MJAVADOC-777]</a> - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/245">#245</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/28a89f1543be4720925cdcc19c009426091865f5"><code>28a89f1</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/16ca43f21018adec4e3d12bd167005f4413b8e92"><code>16ca43f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/88bc4a5aa6cb5df0ca72c51bc105aa29442083c5"><code>88bc4a5</code></a> Align IT after MJAVADOC-716</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4b881e8329b0520df381e8e7c2f2489aeabc3b5d"><code>4b881e8</code></a> Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/45a8d29c060d4cef69ee57e5ee8bd50a3af2304e"><code>45a8d29</code></a> [MJAVADOC-716] Fix stale files detection failing because of the added newline...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/afb2dee6b644dc5cd921eec0395ed40d6d6dc0c2"><code>afb2dee</code></a> [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4bad23ff76f89b352ef75710f7dd6373d446f51b"><code>4bad23f</code></a> [MJAVADOC-730] Deprecate parameter "old"</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/8364883826e5abc9076c982e8e3e5cbc3d2cbeff"><code>8364883</code></a> [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/245">#245</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/6fa9c86d50e261a925d48ce878b8945b3ef17565"><code>6fa9c86</code></a> [MJAVADOC-762] don't share state between tests (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/218">#218</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/05b12e82a5c7941e2303bf86c3374f1984ecefd3"><code>05b12e8</code></a> [MJAVADOC-726] exclude velocity (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/243">#243</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.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.6.0&new-version=3.6.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 #1192 COPYBARA_INTEGRATE_REVIEW=#1192 from google:dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2 3bdad4e PiperOrigin-RevId: 580157481
- Loading branch information