Skip to content

Bump dependency net.sourceforge.pmd:pmd-javascript to v7.24.0#1849

Merged
uhafner merged 1 commit intomainfrom
renovate/pmd.version
Apr 24, 2026
Merged

Bump dependency net.sourceforge.pmd:pmd-javascript to v7.24.0#1849
uhafner merged 1 commit intomainfrom
renovate/pmd.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 24, 2026

This PR contains the following updates:

Package Change Age Confidence
net.sourceforge.pmd:pmd-javascript (source) 7.23.07.24.0 age confidence

Release Notes

pmd/pmd (net.sourceforge.pmd:pmd-javascript)

v7.24.0: 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
📦️ Dependency updates
  • #​6515: chore: bump pmd-regression-tester from 1.6.2 to 1.7.0
  • #​6552: Bump PMD from 7.22.0 to 7.23.0
  • #​6564: chore(deps): bump ruby/setup-ruby from 1.295.0 to 1.299.0
  • #​6565: chore(deps-dev): bump net.bytebuddy:byte-buddy from 1.18.7 to 1.18.8
  • #​6566: chore(deps): bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0
  • #​6567: chore(deps-dev): bump log4j.version from 2.25.3 to 2.25.4
  • #​6569: chore(deps-dev): bump net.bytebuddy:byte-buddy-agent from 1.18.7 to 1.18.8
  • #​6570: chore(deps): bump org.apache.groovy:groovy from 5.0.4 to 5.0.5
  • #​6571: chore(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.2 to 9.1.0
  • #​6572: chore(deps): bump bigdecimal from 4.0.1 to 4.1.0 in /docs
  • #​6578: chore(deps): bump marocchino/sticky-pull-request-comment from 3.0.2 to 3.0.3
  • #​6579: chore(deps): bump crate-ci/typos from 1.44.0 to 1.45.0
  • #​6580: chore(deps): bump ruby/setup-ruby from 1.299.0 to 1.300.0
  • #​6581: chore(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0
  • #​6582: chore(deps): bump org.checkerframework:checker-qual from 3.54.0 to 4.0.0
  • #​6583: chore(deps-dev): bump ant.version from 1.10.15 to 1.10.16
  • #​6584: chore(deps): bump bigdecimal from 4.1.0 to 4.1.1 in /docs
  • #​6588: chore(deps): bump actions/cache from 5.0.4 to 5.0.5
  • #​6589: chore(deps): bump marocchino/sticky-pull-request-comment from 3.0.3 to 3.0.4
  • #​6590: chore(deps): bump crate-ci/typos from 1.45.0 to 1.45.1
  • #​6591: chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
  • #​6592: chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
  • #​6593: chore(deps): bump scalameta.version from 4.15.2 to 4.16.0
  • #​6594: chore(deps): bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.4 to 0.25.5
  • #​6595: chore(deps-dev): bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre
  • #​6596: chore(deps-dev): bump ant.version from 1.10.16 to 1.10.17
  • #​6599: chore(deps-dev): Bump lodash from 4.17.23 to 4.18.1
  • #​6600: chore(deps-dev): Bump addressable from 2.8.9 to 2.9.0
  • #​6613: chore(deps): bump ruby/setup-ruby from 1.300.0 to 1.305.0
  • #​6614: chore(deps): bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.5 to 0.25.6
  • #​6615: chore(deps): bump scalameta.version from 4.16.0 to 4.16.1
  • #​6616: chore(deps-dev): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 5.5.0.6356 to 5.6.0.6792
  • #​6617: chore(deps): bump org.jsoup:jsoup from 1.22.1 to 1.22.2
  • #​6618: chore(deps): bump bigdecimal from 4.1.1 to 4.1.2 in /docs
📈️ Stats
  • 82 commits
  • 14 closed tickets & PRs
  • Days since last release: 27

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Update of dependencies label Apr 24, 2026
@github-actions github-actions Bot requested a review from uhafner April 24, 2026 15:01
@renovate renovate Bot force-pushed the renovate/pmd.version branch from 77c40f2 to 4a23189 Compare April 24, 2026 16:43
@github-actions
Copy link
Copy Markdown

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: ✅ successful — 87 passed, 2 skipped
   ⛔   Architecture Tests: ✅ successful — 17 passed, 2 skipped

Coverage for New Code

   〰️   Line Coverage: 100.00% — perfect 🎉
   ➰   Branch Coverage: 100.00% — perfect 🎉
   PIT   Mutation Coverage: 100.00% — perfect 🎉
   💪   Test Strength: 100.00% — perfect 🎉

Coverage for Whole Project

   〰️   Line Coverage: 92.03% — 64 missed lines
   ➰   Branch Coverage: 92.04% — 18 missed branches
   PIT   Mutation Coverage: 91.16% — 29 survived mutations
   💪   Test Strength: 93.15% — 22 survived mutations in tested code

Style

   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   ☕   Java Compiler: No warnings

Bugs

   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs

API Problems

   🚫   Revapi: No warnings

Vulnerabilities

   🛡️   OWASP Dependency Check: No vulnerabilities

Software Metrics

   🌀   Cyclomatic Complexity: 397 (total)
   💭   Cognitive Complexity: 173 (total)
   ➿   N-Path Complexity: 361 (total)
   📏   Lines of Code: 4722 (total)
   📝   Non Commenting Source Statements: 1338 (total)
   🔗   Class Cohesion: 71.43% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)

🚦 Quality Gates

Overall Status: ✅ SUCCESS

✅ Passed Gates

  • ✅ Overall Tests Success Rate: 100.00 >= 100.00
  • ✅ Line Coverage in New Code: 100.00 >= 90.00
  • ✅ Branch Coverage in New Code: 100.00 >= 90.00
  • ✅ Mutation Coverage in New Code: 100.00 >= 90.00
  • ✅ Potential Bugs in Whole Project: 0.00 <= 0.00
  • ✅ Style Violation in Whole Project: 0.00 <= 0.00

Created by Quality Monitor v4.11.0 (#484bbba). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit 2db05da into main Apr 24, 2026
16 checks passed
@uhafner uhafner deleted the renovate/pmd.version branch April 24, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant