dependabot[bot] opened a new pull request, #151:
URL: https://github.com/apache/cxf-build-utils/pull/151

   Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from 7.10.0 
to 7.11.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.11.0 (28-February-2025)</h2>
   <h2>28-February-2025 - 7.11.0</h2>
   <p>The PMD team is pleased to announce PMD 7.11.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="https://github.com/pmd/pmd/blob/HEAD/#signed-releases";>Signed 
Releases</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/#deprecations";>Deprecations</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>✨ New Rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://docs.pmd-code.org/pmd-doc-7.11.0/pmd_rules_apex_errorprone.html#avoidstatefuldatabaseresult";><code>AvoidStatefulDatabaseResult</code></a>
 detects <code>Database.Stateful</code> implementations
   that store database results in instance variables. This can cause 
serialization issues between successive batch
   iterations.</li>
   </ul>
   <h4>Signed Releases</h4>
   <p>We now not only sign the maven artifacts, but also our binary 
distribution files that you can
   download from <a href="https://github.com/pmd/pmd/releases";>GitHub 
Releases</a>.
   See the page <a 
href="https://docs.pmd-code.org/latest/pmd_userdocs_signed_releases.html";>Signed
 Releases</a> in our documentation for how to verify the files.</p>
   <h3>🐛 Fixed Issues</h3>
   <ul>
   <li>apex-errorprone
   <ul>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5305";>#5305</a>: 
[apex] New Rule: Avoid Stateful Database Results</li>
   </ul>
   </li>
   <li>java
   <ul>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5442";>#5442</a>: 
[java] StackOverflowError with recursive generic types</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5493";>#5493</a>: 
[java] IllegalArgumentException: <!-- raw HTML omitted --> cannot be a wildcard 
bound</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5505";>#5505</a>: 
[java] java.lang.StackOverflowError while executing a PmdRunnable</li>
   </ul>
   </li>
   <li>java-bestpractices
   <ul>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/3359";>#3359</a>: 
[java] UnusedPrivateMethod does not recognize Lombok @<!-- raw HTML omitted 
-->EqualsAndHashCode.Include annotation</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5486";>#5486</a>: 
[java] UnusedPrivateMethod detected when class is referenced in another 
class</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5504";>#5504</a>: 
[java] UnusedAssignment false-positive in for-loop with continue</li>
   </ul>
   </li>
   <li>java-codestyle
   <ul>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/4822";>#4822</a>: 
[java] UnnecessaryCast false-positive for raw types</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5073";>#5073</a>: 
[java] UnnecessaryCast false-positive for cast in return position of lambda</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5440";>#5440</a>: 
[java] UnnecessaryCast reported in stream chain map() call that casts to more 
generic interface</li>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5523";>#5523</a>: 
[java] UnnecessaryCast false-positive for integer operations in floating-point 
context</li>
   <li><a href="https://redirect.github.com/pmd/pmd/pull/5541";>#5541</a>:   
[java] Fix IdenticalCatchBranch reporting branches that call different 
overloads</li>
   </ul>
   </li>
   <li>java-design
   <ul>
   <li><a href="https://redirect.github.com/pmd/pmd/issues/5018";>#5018</a>: 
[java] FinalFieldCouldBeStatic false-positive for access of super class 
field</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/0bc8da36123e5700dbb520547a13b90581bc1b8b";><code>0bc8da3</code></a>
 [release] prepare release pmd_releases/7.11.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8d8a099e21df26c88dd8b3d8ec442a150329f93e";><code>8d8a099</code></a>
 Prepare pmd release 7.11.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/536c8eae77cd3b81f8e3780f08b73509337e4d1f";><code>536c8ea</code></a>
 [doc] Update contributors for 7.11.0 (<a 
href="https://redirect.github.com/pmd/pmd/issues/5551";>#5551</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/9852959186a9e74e47f287dc1bded82d96205fd9";><code>9852959</code></a>
 Fix <a href="https://redirect.github.com/pmd/pmd/issues/5018";>#5018</a>: 
[java] FinalFieldCouldBeStatic FP with super field access (<a 
href="https://redirect.github.com/pmd/pmd/issues/5553";>#5553</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/7a987475e2ae833bbd2ead524be4fd0b4766a295";><code>7a98747</code></a>
 [java] Fix PMD - LiteralsFirstInComparisons</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/3fcaf0fd941ed068268c9f046a5be02d72f5d0b8";><code>3fcaf0f</code></a>
 [java] Fix tests</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d58cac068521ea3cc5d431a6469dc84b02415d22";><code>d58cac0</code></a>
 Add <a href="https://github.com/Wolf2323";><code>@​Wolf2323</code></a> as a 
contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/4cf51a6e6c2663c45cc190f4da35504ff7671adf";><code>4cf51a6</code></a>
 [java] FinalFieldCouldBeStatic - consider compile time array initializers</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f7206b8e42c7bf7b33a6a0f63b4e342ea9802d3b";><code>f7206b8</code></a>
 Fix <a href="https://redirect.github.com/pmd/pmd/issues/4822";>#4822</a>: 
[java] UnnecessaryCast FP with unchecked cast (<a 
href="https://redirect.github.com/pmd/pmd/issues/5552";>#5552</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/4ad65fbd0ae8e6dab885046d029766b990dc992c";><code>4ad65fb</code></a>
 [doc] Update release notes (<a 
href="https://redirect.github.com/pmd/pmd/issues/4822";>#4822</a>, <a 
href="https://redirect.github.com/pmd/pmd/issues/5552";>#5552</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/7.10.0...pmd_releases/7.11.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=7.10.0&new-version=7.11.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

Reply via email to