Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10…
Browse files Browse the repository at this point in the history
….0 (#172)

Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.8.0 to 3.10.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/487e47995424a5090dad5702b92fecaf8893a294"><code>487e479</code></a>
[maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/9638a6a76c6db53c3bf8ffbd5cec7318b0e25303"><code>9638a6a</code></a>
[MJAVADOC-785] Align plugin implementation with AbstractMavenReport
(maven-re...</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/9d339255f160d259a64189d31ab4325f1d3fae4e"><code>9d33925</code></a>
[MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/a11b921429c884c7e9d1aa03092b2c7146508db8"><code>a11b921</code></a>
[MJAVADOC-809] Align Mojo class names</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/7c4b467e67b482fc709648b283e7ed2d3b50d042"><code>7c4b467</code></a>
Bump org.apache.maven.plugins:maven-plugins from 42 to 43</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/636442b317e5506ca6687375c1d86c7395152f93"><code>636442b</code></a>
Improve ITs</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/dbca15ac6c523c6eaa973ef5d733c4a5594c23ba"><code>dbca15a</code></a>
Bump org.hamcrest:hamcrest-core from 2.2 to 3.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/d02bb88d7a2849bdd39dfdf7a6098859145f42d0"><code>d02bb88</code></a>
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/0a850a16589ff0e1e8379fe841159d04e686acfb"><code>0a850a1</code></a>
[MJAVADOC-807] Simplify IT for MJAVADOC-498</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/43e901fc4b45c0fe868825f49f56866937210646"><code>43e901f</code></a>
Improve URL handling</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.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.8.0&new-version=3.10.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 28, 2024
1 parent 11d1481 commit 0343441
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 @@ -165,7 +165,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 0343441

Please sign in to comment.