Skip to content

build(deps): bump net.sourceforge.pmd:pmd from 7.23.0 to 7.24.0#1340

Merged
ihub-bot[bot] merged 1 commit into
mainfrom
dependabot/gradle/net.sourceforge.pmd-pmd-7.24.0
Apr 27, 2026
Merged

build(deps): bump net.sourceforge.pmd:pmd from 7.23.0 to 7.24.0#1340
ihub-bot[bot] merged 1 commit into
mainfrom
dependabot/gradle/net.sourceforge.pmd-pmd-7.24.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps net.sourceforge.pmd:pmd from 7.23.0 to 7.24.0.

Release notes

Sourced from net.sourceforge.pmd:pmd's releases.

PMD 7.24.0 (24-April-2026)

24-April-2026 - 7.24.0

The PMD team is pleased to announce PMD 7.24.0.

This is a minor release.

Table Of Contents

🌟️ New Rules

  • The new Apex rule AvoidInterfaceAsMapKey reports Map declarations (fields, variables, parameters) whose key type is an interface that has at least one abstract implementing class defining equals or hashCode. Using such maps results in potentially duplicated map entries or not being able to get entries by key.
  • The new Java rule OverridingThreadRun finds overridden Thread::run methods. This is not recommended. Instead, implement Runnable and pass an instance to the thread constructor.

🐛️ Fixed Issues

  • apex
    • #5386: [apex] Apex files ending in "Test" are skipped with a number of rules
  • apex-errorprone
    • #6492: [apex] New rule: Prevent use of interface -> abstract class with equals/hashCode as key in Map
  • apex-security
    • #5385: [apex] ApexCRUDViolation not reported even if SOQL doesn't have permissions check on it
  • java-bestpractices
    • #4272: [java] JUnitTestsShouldIncludeAssert: False positive with assert in lambda
  • java-multithreading
    • #595: [java] New rule: Implement Runnable instead of extending Thread
  • kotlin
    • #6003: [kotlin] Support multidollar interpolation (Kotlin 2.2)

✨️ Merged pull requests

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

Assignees

The following users could not be added as assignees: ihub-bot. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies A dependency upgrade java Pull requests that update Java code minor Minor version labels Apr 24, 2026
@ihub-bot ihub-bot Bot modified the milestone: 1.9.6 Apr 24, 2026
Copy link
Copy Markdown
Contributor

@ihub-bot ihub-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IHub Bot: PR is approved by IHub Bot

Bumps [net.sourceforge.pmd:pmd](https://github.com/pmd/pmd) from 7.23.0 to 7.24.0.
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/7.23.0...pmd_releases/7.24.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd
  dependency-version: 7.24.0
  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/gradle/net.sourceforge.pmd-pmd-7.24.0 branch from f538590 to b1c59a8 Compare April 27, 2026 19:38
@ihub-bot ihub-bot Bot merged commit 6cd6804 into main Apr 27, 2026
12 of 27 checks passed
@ihub-bot ihub-bot Bot deleted the dependabot/gradle/net.sourceforge.pmd-pmd-7.24.0 branch April 27, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade java Pull requests that update Java code minor Minor version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants