Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2c28b8d90ede19c28ae7b94d07ad0fbb6c23b720"><code>2c28b8d</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/5530d6801179f388db07a2f1f42e4dc9d06bf447"><code>5530d68</code></a> [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke &quot;String.length()...</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/08cf68e7d3e0a6ac2e1cae4a1336878e4f19dd2b"><code>08cf68e</code></a> Revert &quot;Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2&quot;</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/64468220d5d27d3d219c51baf55cdadfcb4fdd48"><code>6446822</code></a> Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/49c93adfc132f648dbdc8fe64a7043ec45ba0022"><code>49c93ad</code></a> Bump org.assertj:assertj-core from 3.25.3 to 3.26.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4e720486ab401acfabc616b85a153126960b1370"><code>4e72048</code></a> [MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/b55dd967254813dcb51d19bb3c3667bc951590b4"><code>b55dd96</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/77ad41087057ae507d1d0e4c834205322227b0db"><code>77ad410</code></a> Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c21568ad451a622ed6ecefeb9f77d82a1a84bd2a"><code>c21568a</code></a> Bump commons-io:commons-io from 2.16.0 to 2.16.1</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ded56a90d22dfb53ec99c03fdaf735fb62e1afd7"><code>ded56a9</code></a> Exclude JDK 8 - temurin, adopt-openj9 on macos</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0">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.3&new-version=3.7.0)](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 #1300

COPYBARA_INTEGRATE_REVIEW=#1300 from google:dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0 98f1f75
PiperOrigin-RevId: 639747704
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Jun 3, 2024
1 parent 584a33b commit 22732f2
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 @@ -228,7 +228,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:-html ${conditionalJavadoc9PlusOptions}</additionalOption>
Expand Down

0 comments on commit 22732f2

Please sign in to comment.