Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-designer
  Commit: 535b6bffb50d966850b6b3c2657a134494b32149
      
https://github.com/pmd/pmd-designer/commit/535b6bffb50d966850b6b3c2657a134494b32149
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2025-10-07 (Tue, 07 Oct 2025)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.0 (#243)

Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.5.1 to 3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mojohaus/exec-maven-plugin/releases";>org.codehaus.mojo:exec-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.6.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>[ExecMojo]Add <code>getShebang</code> method to correctly set the
command line executable name (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/487";>#487</a>)
<a href="https://github.com/uchenily";><code>@​uchenily</code></a></li>
<li>JEP 512 Support (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/484";>#484</a>)
<a
href="https://github.com/cayhorstmann";><code>@​cayhorstmann</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix inheritIo option (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/488";>#488</a>)
<a
href="https://github.com/dernasherbrezon";><code>@​dernasherbrezon</code></a></li>
<li>Fix for <a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/issues/479";>#479</a>
- Wrong repositories used to collect deps (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/480";>#480</a>)
<a href="https://github.com/cstamas";><code>@​cstamas</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Use JSR-330 for component injection (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/493";>#493</a>)
<a
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
<li>Re-run failed tests (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/491";>#491</a>)
<a
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
<li>Restore default matrix build (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/486";>#486</a>)
<a
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum
(<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/492";>#492</a>)
<a
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
<li>Bump org.codehaus.mojo:mojo-parent from 92 to 93 (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/483";>#483</a>)
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:mojo-parent from 91 to 92 (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/478";>#478</a>)
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:mojo-parent from 90 to 91 (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/477";>#477</a>)
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
<li>Bump org.codehaus.mojo:mojo-parent from 89 to 90 (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/476";>#476</a>)
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/febfc6fea75809827ebe6242095fa61e91d0cbd4";><code>febfc6f</code></a>
[maven-release-plugin] prepare release 3.6.0</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/ed190860914bb7d9be5695699d16ba9a66f5b6dc";><code>ed19086</code></a>
fix inheritIo option (<a
href="https://redirect.github.com/mojohaus/exec-maven-plugin/issues/488";>#488</a>)</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/a4297c6ec650f4d14923843c67d283a35a02cda6";><code>a4297c6</code></a>
Use JSR-330 for component injection</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/5d90977ec1c97e8be56bec3820094c010b855ba3";><code>5d90977</code></a>
Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/b55f90695b1d916e2985de3ee1ee9f57b5361317";><code>b55f906</code></a>
Re-run failed tests</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/664d7889c13c66dfeec8e1e3a5a3176641328f56";><code>664d788</code></a>
[ExecMojo]Add <code>getShebang</code> method to correctly set the
command line executabl...</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/09628c4477cbb48e11a567a49a174f7a450a6d21";><code>09628c4</code></a>
removed it tests that should no longer fail</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/5db86c27f34d2d48a3c372b01a33abdd2d48fc3b";><code>5db86c2</code></a>
spotless</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/e1b7804f07561b1d8c36f7ac7f41e5675cedd22f";><code>e1b7804</code></a>
Removed unused input</li>
<li><a
href="https://github.com/mojohaus/exec-maven-plugin/commit/5be253533379d33b2a22f8177388ee36451b5558";><code>5be2535</code></a>
JSR 512 support</li>
<li>Additional commits viewable in <a
href="https://github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.0";>compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.mojo:exec-maven-plugin&package-manager=maven&previous-version=3.5.1&new-version=3.6.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] <[email protected]>
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd-designer/settings/notifications


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to