Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [Java] Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.0 to 3.10.2 in /java #39412

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps org.apache.maven.plugins:maven-plugin-plugin from 3.6.0 to 3.10.2.

Release notes

Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases.

3.10.2

Release Notes - Maven Plugin Tools - Version 3.10.2

Bug

Dependency upgrade

  • [MPLUGIN-485] - Upgrade Parent to 40
  • [MPLUGIN-487] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0
  • [MPLUGIN-488] - Bump asmVersion from 9.5 to 9.6
  • [MPLUGIN-489] - Bump antVersion from 1.10.13 to 1.10.14
  • [MPLUGIN-490] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2
  • [MPLUGIN-491] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0

3.10.1

Release Notes - Maven Plugin Tools - Version 3.10.1

Bug

  • [MPLUGIN-482] - JavadocSite.createLink() does not consider implicit module path prefix

Improvement

  • [MPLUGIN-442] - Rewrite plugin goal documentation generation to use supplied sink instead of direct Xdoc
  • [MPLUGIN-475] - Upgrade to plexus-utils / plexus-xml 4.0.0
  • [MPLUGIN-477] - Don't add a stray period

Dependency upgrade

  • [MPLUGIN-478] - Upgrade org.junit:junit-bom from 5.9.3 to 5.10.0
  • [MPLUGIN-479] - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0

3.9.0

Release Notes - Maven Plugin Tools - Version 3.9.0 Bug

  • [MPLUGIN-470] - *-mojo.xml (in PluginXdocGenerator) is overwritten when multiple locales are defined
  • [MPLUGIN-471] - Generated table by PluginXdocGenerator does not contain default attributes

... (truncated)

Commits
  • f6222d6 [maven-release-plugin] prepare release maven-plugin-tools-3.10.2
  • b2aa6cd [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (#235)
  • be032ee [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#232)
  • 596553c [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (#223)
  • 71a7750 [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.
  • 1934c85 [MPLUGIN-485] Upgrade Parent to 40
  • 52cf6b5 [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#231)
  • fbe2a7c [MPLUGIN-484] Downgrade plexus-xml to 3.0.0
  • 619bb57 [maven-release-plugin] prepare for next development iteration
  • cfdc1e3 [maven-release-plugin] prepare release maven-plugin-tools-3.10.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from lidavidm as a code owner January 1, 2024 16:24
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels Jan 1, 2024
@vibhatha
Copy link
Collaborator

vibhatha commented Jan 5, 2024

@lidavidm this change looks okay and seems like CIs are also passing. The failure is because of an already fixed issue here #39423

After rebasing this should be okay? But do we need this change?

@lidavidm
Copy link
Member

lidavidm commented Jan 5, 2024

@jduo did the version of this plugin matter?

@jduo
Copy link
Member

jduo commented Jan 5, 2024

@jduo did the version of this plugin matter?

This plugin didn't appear to have any version sensitivity with modules. The ones that were problematic were shading, analyze, and check style.

@lidavidm
Copy link
Member

lidavidm commented Jan 5, 2024

@dependabot rebase

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.0 to 3.10.2.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.0...maven-plugin-tools-3.10.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/java/org.apache.maven.plugins-maven-plugin-plugin-3.10.2 branch from c2e6ac1 to abf9b8f Compare January 5, 2024 18:58
@lidavidm lidavidm merged commit 1e74ace into main Jan 9, 2024
69 of 71 checks passed
@lidavidm lidavidm removed the awaiting review Awaiting review label Jan 9, 2024
@lidavidm lidavidm deleted the dependabot/maven/java/org.apache.maven.plugins-maven-plugin-plugin-3.10.2 branch January 9, 2024 15:16
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 1e74ace.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
…3.6.0 to 3.10.2 in /java (apache#39412)

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.0 to 3.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-plugin-tools/releases">org.apache.maven.plugins:maven-plugin-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.10.2</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353719">Release Notes - Maven Plugin Tools - Version 3.10.2</a></h2>
<h2>Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-484">MPLUGIN-484</a>] - Downgrade plexus-xml to 3.0.0</li>
</ul>
<h2>Dependency upgrade</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-485">MPLUGIN-485</a>] - Upgrade Parent to 40</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-487">MPLUGIN-487</a>] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-488">MPLUGIN-488</a>] - Bump asmVersion from 9.5 to 9.6</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-489">MPLUGIN-489</a>] - Bump antVersion from 1.10.13 to 1.10.14</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-490">MPLUGIN-490</a>] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-491">MPLUGIN-491</a>] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0</li>
</ul>
<h2>3.10.1</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353716">Release Notes - Maven Plugin Tools - Version 3.10.1</a></h2>
<h2>Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-482">MPLUGIN-482</a>] - JavadocSite.createLink() does not consider implicit module path prefix</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-442">MPLUGIN-442</a>] - Rewrite plugin goal documentation generation to use supplied sink instead of direct Xdoc</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-475">MPLUGIN-475</a>] - Upgrade to plexus-utils / plexus-xml 4.0.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-477">MPLUGIN-477</a>] - Don't add a stray period</li>
</ul>
<h2>Dependency upgrade</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-478">MPLUGIN-478</a>] - Upgrade org.junit:junit-bom from 5.9.3 to 5.10.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-479">MPLUGIN-479</a>] - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0</li>
</ul>
<h2>3.9.0</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353224">Release Notes - Maven Plugin Tools - Version 3.9.0
</a>
Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-470">MPLUGIN-470</a>] - *-mojo.xml (in PluginXdocGenerator) is overwritten when multiple locales are defined</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-471">MPLUGIN-471</a>] - Generated table by PluginXdocGenerator does not contain default attributes</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/f6222d6f362bab1682e4682726b758eaa1faa945"><code>f6222d6</code></a> [maven-release-plugin] prepare release maven-plugin-tools-3.10.2</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/b2aa6cd87812a86c3641e786d3721d105d21085a"><code>b2aa6cd</code></a> [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/235">#235</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/be032eed3de41aaa55d0241e32056816ac082c3d"><code>be032ee</code></a> [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/232">#232</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/596553cee673fd273f2253f5d535c6bcca14791c"><code>596553c</code></a> [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/223">#223</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/71a7750d7fc7dea4f959332e9172587d297ae74d"><code>71a7750</code></a> [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/1934c85712a93e735c416ccdf313190bcce39319"><code>1934c85</code></a> [MPLUGIN-485] Upgrade Parent to 40</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/52cf6b5ff5c07ab1d6c0b015ffcfe02b22e84081"><code>52cf6b5</code></a> [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/231">#231</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/fbe2a7ca9fa4636a08fb39e2409456b44e1c9911"><code>fbe2a7c</code></a> [MPLUGIN-484] Downgrade plexus-xml to 3.0.0</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/619bb57aeefb2f8f14f98c31d68a8da45f88d9e2"><code>619bb57</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/cfdc1e35b1cf617a094d70d36f7028baafa5f3eb"><code>cfdc1e3</code></a> [maven-release-plugin] prepare release maven-plugin-tools-3.10.1</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.10.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-plugin-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.10.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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…3.6.0 to 3.10.2 in /java (apache#39412)

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.0 to 3.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-plugin-tools/releases">org.apache.maven.plugins:maven-plugin-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.10.2</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353719">Release Notes - Maven Plugin Tools - Version 3.10.2</a></h2>
<h2>Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-484">MPLUGIN-484</a>] - Downgrade plexus-xml to 3.0.0</li>
</ul>
<h2>Dependency upgrade</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-485">MPLUGIN-485</a>] - Upgrade Parent to 40</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-487">MPLUGIN-487</a>] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-488">MPLUGIN-488</a>] - Bump asmVersion from 9.5 to 9.6</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-489">MPLUGIN-489</a>] - Bump antVersion from 1.10.13 to 1.10.14</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-490">MPLUGIN-490</a>] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-491">MPLUGIN-491</a>] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0</li>
</ul>
<h2>3.10.1</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353716">Release Notes - Maven Plugin Tools - Version 3.10.1</a></h2>
<h2>Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-482">MPLUGIN-482</a>] - JavadocSite.createLink() does not consider implicit module path prefix</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-442">MPLUGIN-442</a>] - Rewrite plugin goal documentation generation to use supplied sink instead of direct Xdoc</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-475">MPLUGIN-475</a>] - Upgrade to plexus-utils / plexus-xml 4.0.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-477">MPLUGIN-477</a>] - Don't add a stray period</li>
</ul>
<h2>Dependency upgrade</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-478">MPLUGIN-478</a>] - Upgrade org.junit:junit-bom from 5.9.3 to 5.10.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-479">MPLUGIN-479</a>] - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0</li>
</ul>
<h2>3.9.0</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353224">Release Notes - Maven Plugin Tools - Version 3.9.0
</a>
Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-470">MPLUGIN-470</a>] - *-mojo.xml (in PluginXdocGenerator) is overwritten when multiple locales are defined</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-471">MPLUGIN-471</a>] - Generated table by PluginXdocGenerator does not contain default attributes</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/f6222d6f362bab1682e4682726b758eaa1faa945"><code>f6222d6</code></a> [maven-release-plugin] prepare release maven-plugin-tools-3.10.2</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/b2aa6cd87812a86c3641e786d3721d105d21085a"><code>b2aa6cd</code></a> [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/235">#235</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/be032eed3de41aaa55d0241e32056816ac082c3d"><code>be032ee</code></a> [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/232">#232</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/596553cee673fd273f2253f5d535c6bcca14791c"><code>596553c</code></a> [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/223">#223</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/71a7750d7fc7dea4f959332e9172587d297ae74d"><code>71a7750</code></a> [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/1934c85712a93e735c416ccdf313190bcce39319"><code>1934c85</code></a> [MPLUGIN-485] Upgrade Parent to 40</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/52cf6b5ff5c07ab1d6c0b015ffcfe02b22e84081"><code>52cf6b5</code></a> [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/231">#231</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/fbe2a7ca9fa4636a08fb39e2409456b44e1c9911"><code>fbe2a7c</code></a> [MPLUGIN-484] Downgrade plexus-xml to 3.0.0</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/619bb57aeefb2f8f14f98c31d68a8da45f88d9e2"><code>619bb57</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/cfdc1e35b1cf617a094d70d36f7028baafa5f3eb"><code>cfdc1e3</code></a> [maven-release-plugin] prepare release maven-plugin-tools-3.10.1</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.10.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-plugin-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.10.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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
…3.6.0 to 3.10.2 in /java (apache#39412)

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.0 to 3.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-plugin-tools/releases">org.apache.maven.plugins:maven-plugin-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.10.2</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353719">Release Notes - Maven Plugin Tools - Version 3.10.2</a></h2>
<h2>Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-484">MPLUGIN-484</a>] - Downgrade plexus-xml to 3.0.0</li>
</ul>
<h2>Dependency upgrade</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-485">MPLUGIN-485</a>] - Upgrade Parent to 40</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-487">MPLUGIN-487</a>] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-488">MPLUGIN-488</a>] - Bump asmVersion from 9.5 to 9.6</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-489">MPLUGIN-489</a>] - Bump antVersion from 1.10.13 to 1.10.14</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-490">MPLUGIN-490</a>] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-491">MPLUGIN-491</a>] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0</li>
</ul>
<h2>3.10.1</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353716">Release Notes - Maven Plugin Tools - Version 3.10.1</a></h2>
<h2>Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-482">MPLUGIN-482</a>] - JavadocSite.createLink() does not consider implicit module path prefix</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-442">MPLUGIN-442</a>] - Rewrite plugin goal documentation generation to use supplied sink instead of direct Xdoc</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-475">MPLUGIN-475</a>] - Upgrade to plexus-utils / plexus-xml 4.0.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-477">MPLUGIN-477</a>] - Don't add a stray period</li>
</ul>
<h2>Dependency upgrade</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-478">MPLUGIN-478</a>] - Upgrade org.junit:junit-bom from 5.9.3 to 5.10.0</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-479">MPLUGIN-479</a>] - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0</li>
</ul>
<h2>3.9.0</h2>
<h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12353224">Release Notes - Maven Plugin Tools - Version 3.9.0
</a>
Bug</h2>
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-470">MPLUGIN-470</a>] - *-mojo.xml (in PluginXdocGenerator) is overwritten when multiple locales are defined</li>
<li>[<a href="https://issues.apache.org/jira/browse/MPLUGIN-471">MPLUGIN-471</a>] - Generated table by PluginXdocGenerator does not contain default attributes</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/f6222d6f362bab1682e4682726b758eaa1faa945"><code>f6222d6</code></a> [maven-release-plugin] prepare release maven-plugin-tools-3.10.2</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/b2aa6cd87812a86c3641e786d3721d105d21085a"><code>b2aa6cd</code></a> [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/235">#235</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/be032eed3de41aaa55d0241e32056816ac082c3d"><code>be032ee</code></a> [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/232">#232</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/596553cee673fd273f2253f5d535c6bcca14791c"><code>596553c</code></a> [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/223">#223</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/71a7750d7fc7dea4f959332e9172587d297ae74d"><code>71a7750</code></a> [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/1934c85712a93e735c416ccdf313190bcce39319"><code>1934c85</code></a> [MPLUGIN-485] Upgrade Parent to 40</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/52cf6b5ff5c07ab1d6c0b015ffcfe02b22e84081"><code>52cf6b5</code></a> [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-plugin-tools/issues/231">#231</a>)</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/fbe2a7ca9fa4636a08fb39e2409456b44e1c9911"><code>fbe2a7c</code></a> [MPLUGIN-484] Downgrade plexus-xml to 3.0.0</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/619bb57aeefb2f8f14f98c31d68a8da45f88d9e2"><code>619bb57</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/maven-plugin-tools/commit/cfdc1e35b1cf617a094d70d36f7028baafa5f3eb"><code>cfdc1e3</code></a> [maven-release-plugin] prepare release maven-plugin-tools-3.10.1</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.10.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-plugin-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.10.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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Java dependencies Dependabot-only java Dependabot-only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants