Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.1…
Browse files Browse the repository at this point in the history
…0.1 (#963)

Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.10.0 to 3.10.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/091785beabba10d912c73a1d0e1f347e5ca208a9"><code>091785b</code></a>
[maven-release-plugin] prepare release maven-javadoc-plugin-3.10.1</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/cde7c56baff9d14b7ab98ced4137488048589419"><code>cde7c56</code></a>
[MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty
JARs</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/db6d7f6ec355dd26c7f4841ad2c63ff4df456422"><code>db6d7f6</code></a>
[MJAVADOC-811] javadoc.bat fails to execute on Windows when project is
not on...</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/a737e16692092769cef7503b253423c3c0e69f92"><code>a737e16</code></a>
Bump commons-io:commons-io from 2.16.1 to 2.17.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/577c204350d6a6568f2f8b1b66292bfc2e955c68"><code>577c204</code></a>
Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/ff52cff81fa6141fd2fc51f51618363e2a08f36a"><code>ff52cff</code></a>
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/54a765162713f830ec3b535c89efe26507759aff"><code>54a7651</code></a>
Add goal prefix</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/a424c6b661cd7aedf8ac39a049e030dc48c63f5b"><code>a424c6b</code></a>
[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution
fail i...</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/d9c0002b4d6b94a0462a3668259420580289bd1d"><code>d9c0002</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1">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.10.0&new-version=3.10.1)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 0369d8c commit 0bec6a4
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 @@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 0bec6a4

Please sign in to comment.