dependabot[bot] opened a new pull request, #103: URL: https://github.com/apache/cxf-build-utils/pull/103
Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from 6.55.0 to 7.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">net.sourceforge.pmd:pmd-java's releases</a>.</em></p> <blockquote> <h2>PMD 7.3.0 (28-June-2024)</h2> <h2>28-June-2024 - 7.3.0</h2> <p>The PMD team is pleased to announce PMD 7.3.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/#new-rules">✨ New Rules</a></li> <li><a href="#pmd-compat6-removed-https://github.com/pmd/pmd/blob/HEAD/breaking">💥 pmd-compat6 removed (https://github.com/pmd/pmd/blob/HEAD/breaking)</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/#cpd-report-format-xml">CPD Report Format XML</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#cli">CLI</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#ant">Ant</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#breaking-changes-pmd-compat6-removed">Breaking changes: pmd-compat6 removed</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">📈 Stats</a></li> </ul> <h3>🚀 New and noteworthy</h3> <h4>✨ New Rules</h4> <ul> <li>The new Java rule <a href="https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_java_bestpractices.html#useenumcollections"><code>UseEnumCollections</code></a> reports usages for <code>HashSet</code> and <code>HashMap</code> when the keys are of an enum type. The specialized enum collections are more space- and time-efficient.</li> </ul> <h4>💥 pmd-compat6 removed (breaking)</h4> <p>The already deprecated PMD 6 compatibility module (pmd-compat6) has been removed. It was intended to be used with older versions of the maven-pmd-plugin, but since maven-pmd-plugin 3.22.0, PMD 7 is supported directly and this module is not needed anymore.</p> <p>If you currently use this dependency (<code>net.sourceforge.pmd:pmd-compat6</code>), remove it and upgrade maven-pmd-plugin to the latest version (3.23.0 or newer).</p> <p>See also <a href="https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_userdocs_tools_maven.html">Maven PMD Plugin</a>.</p> <h3>🐛 Fixed Issues</h3> <ul> <li>cli <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/2827">#2827</a>: [cli] Consider processing errors in exit status</li> </ul> </li> <li>core <ul> <li><a href="https://redirect.github.com/pmd/pmd/issues/4396">#4396</a>: [core] CPD is always case sensitive</li> <li><a href="https://redirect.github.com/pmd/pmd/pull/4992">#4992</a>: [core] CPD: Include processing errors in XML report</li> <li><a href="https://redirect.github.com/pmd/pmd/issues/5066">#5066</a>: [core] CPD throws java.lang.OutOfMemoryError: Java heap space (since 7.1.0)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/c5dbc29bea2769016dfb9949dd3a20f242b828f8"><code>c5dbc29</code></a> [release] prepare release pmd_releases/7.3.0</li> <li><a href="https://github.com/pmd/pmd/commit/2d07aa756161579b0316093a59fcab287a09bce9"><code>2d07aa7</code></a> Prepare pmd release 7.3.0</li> <li><a href="https://github.com/pmd/pmd/commit/93e3020a1d92a31b09b5c8a04b50a16a5df3b862"><code>93e3020</code></a> [doc] Update all-contributors</li> <li><a href="https://github.com/pmd/pmd/commit/52b2b52c5c0802326f96207c52ddfdc05095cb68"><code>52b2b52</code></a> [plsql,tsql] Fix CPD being case sensitive in PLSQL and TSQL (<a href="https://redirect.github.com/pmd/pmd/issues/4943">#4943</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/3222807dec4269da021bd22082655703238378c4"><code>3222807</code></a> [core] Fix memory usage regression in CPD (<a href="https://redirect.github.com/pmd/pmd/issues/5090">#5090</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/a9d43d0ad01702ade51c9f88b7ca86321c6fdafb"><code>a9d43d0</code></a> [doc] Update release notes (<a href="https://redirect.github.com/pmd/pmd/issues/5090">#5090</a>, <a href="https://redirect.github.com/pmd/pmd/issues/5066">#5066</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/10bfa395e547e18e1fae47a88d731a34fdf5a5a3"><code>10bfa39</code></a> Explicitely use no-arg constructor</li> <li><a href="https://github.com/pmd/pmd/commit/12b9ecefb191eeadca3a886608a1b1d2fa462556"><code>12b9ece</code></a> [doc] Update release notes (<a href="https://redirect.github.com/pmd/pmd/issues/4396">#4396</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/70296aeef640f698a82ce81232ceb867c946499a"><code>70296ae</code></a> [plsql] Fix unit tests after KEYWORD_UNRESERVED is removed</li> <li><a href="https://github.com/pmd/pmd/commit/9b20ec524af849b06fb8b30bfdd90f7e2198b743"><code>9b20ec5</code></a> [core] Remove AntlrLexerBehavior</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.55.0...pmd_releases/7.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sourceforge.pmd:pmd-java&package-manager=maven&previous-version=6.55.0&new-version=7.3.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> -- 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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org