dependabot[bot] opened a new pull request, #2421: URL: https://github.com/apache/maven/pull/2421
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from 7.13.0 to 7.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">net.sourceforge.pmd:pmd-core's releases</a>.</em></p> <blockquote> <h2>PMD 7.14.0 (30-May-2025)</h2> <h2>30-May-2025 - 7.14.0</h2> <p>The PMD team is pleased to announce PMD 7.14.0.</p> <p>This is a minor release.</p> <h3>Table Of Contents</h3> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">🚀 New and noteworthy</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#pmd-cli-now-uses-threaded-execution-by-default">PMD CLI now uses threaded execution by default</a></li> <li><a href="#new-rule-unnecessarywarningsuppression-https://github.com/pmd/pmd/blob/HEAD/experimental">New Rule UnnecessaryWarningSuppression (https://github.com/pmd/pmd/blob/HEAD/experimental)</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#migrating-to-central-publisher-portal">Migrating to Central Publisher Portal</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#more-cli-parameters-shared-between-pmd-and-cpd">More CLI parameters shared between PMD and CPD</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">🐛 Fixed Issues</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">🚨 API Changes</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#cli">CLI</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecations">Deprecations</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#experimental">Experimental</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#merged-pull-requests">✨ Merged pull requests</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#dependency-updates">📦 Dependency updates</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">📈 Stats</a></li> </ul> <h3>🚀 New and noteworthy</h3> <h4>PMD CLI now uses threaded execution by default</h4> <p>In the PMD CLI, the <code>--threads</code> (<code>-t</code>) option can now accept a thread count given relative to the number of cores of the machine. For instance, it is now possible to write <code>-t 1C</code> to spawn one thread per core, or <code>-t 0.5C</code> to spawn one thread for every other core.</p> <p>The thread count option now defaults to <code>1C</code>, meaning parallel execution is used by default. You can disable this by using <code>-t 1</code>.</p> <h4>New Rule UnnecessaryWarningSuppression (experimental)</h4> <p>This new Java rule <a href="https://docs.pmd-code.org/pmd-doc-7.14.0/pmd_rules_java_bestpractices.html#unnecessarywarningsuppression"><code>UnnecessaryWarningSuppression</code></a> reports unused suppression annotations and comments. Violations of this rule cannot be suppressed.</p> <p>How to use it? Just include it in your ruleset:</p> <pre lang="xml"><code><rule ref="category/java/bestpractices.xml/UnnecessaryWarningSuppression" /> </code></pre> <p>Note: This rule is currently experimental. It is available for now only for Java. The rule for now only reports annotations specific to PMD, like <code>@SuppressWarnings("PMD")</code>. In the future we might be able to check for other common ones like <code>@SuppressWarnings("unchecked")</code> or <code>"fallthrough"</code>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/876d4ab8ac5fb0940cd545b9c7a41866029cd519"><code>876d4ab</code></a> [ci] Use correct credentials for central deployment</li> <li><a href="https://github.com/pmd/pmd/commit/3a6e7a464dc14fa3315ced668680f442160db18b"><code>3a6e7a4</code></a> [release] prepare release pmd_releases/7.14.0</li> <li><a href="https://github.com/pmd/pmd/commit/0cdb9c8795f227abc8d63cfa64617453c0a4c9f4"><code>0cdb9c8</code></a> Prepare pmd release 7.14.0</li> <li><a href="https://github.com/pmd/pmd/commit/1c1ef837b7ee523e4cbd8a21d939ba72f3e0882d"><code>1c1ef83</code></a> Add <a href="https://github.com/Ledmington"><code>@Ledmington</code></a> as a contributor</li> <li><a href="https://github.com/pmd/pmd/commit/49a321dd5472430d4ad6e9cf9568748e8730063a"><code>49a321d</code></a> Add <a href="https://github.com/Daniel-Ventura-25"><code>@Daniel-Ventura-25</code></a> as a contributor</li> <li><a href="https://github.com/pmd/pmd/commit/3bd234c2edabf2d1bfcc51c185bd229f32661e4d"><code>3bd234c</code></a> [core] Add rule to report unnecessary suppression comments/annotations (<a href="https://redirect.github.com/pmd/pmd/issues/5609">#5609</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/4f9df6f48cdc9f643ccb40433d6be1f5eaa91d1c"><code>4f9df6f</code></a> [cli] Make CLI default to multithreaded (<a href="https://redirect.github.com/pmd/pmd/issues/5741">#5741</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/1924d235964cc987f32b9b8fc108eda7a36e157f"><code>1924d23</code></a> Fix unit tests</li> <li><a href="https://github.com/pmd/pmd/commit/f479b7de272453108e7b7adef045605619767bcc"><code>f479b7d</code></a> Apply suggestions from review</li> <li><a href="https://github.com/pmd/pmd/commit/c69c881bc5fb3be73c5ff331b3d804c348b191e1"><code>c69c881</code></a> Fix unit tests</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/7.13.0...pmd_releases/7.14.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org