🌐 US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

Bump net.sourceforge.pmd:pmd-java from 7.24.0 to 7.25.0 - #3366

Merged
baev merged 2 commits into
mainfrom
dependabot/gradle/net.sourceforge.pmd-pmd-java-7.25.0
Jun 15, 2026
Merged

Bump net.sourceforge.pmd:pmd-java from 7.24.0 to 7.25.0#3366
baev merged 2 commits into
mainfrom
dependabot/gradle/net.sourceforge.pmd-pmd-java-7.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps net.sourceforge.pmd:pmd-java from 7.24.0 to 7.25.0.

Release notes

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

PMD 7.25.0 (29-May-2026)

29-May-2026 - 7.25.0

The PMD team is pleased to announce PMD 7.25.0.

This is a minor release.

Table Of Contents

🚀️ New and noteworthy

Updated ANTLR library to 4.13.2

We have updated the ANTLR library (parser generator) from 4.9.3 to the latest version 4.13.2, in order to be able to use the latest version of Apex parser library.

This is an incompatible update: In case you use custom language modules based on ANTLR, you need to make sure to regenerate all of your lexers and parsers with the new ANTLR version.

For the ANTLR based language modules, that PMD ships (kotlin and swift and various CPD modules), this is already done.

🌟️ New and Changed Rules

New Rules

  • The new Java rule JUnitJupiterTestNoPrivateModifier find JUnit test classes and methods that are private. Test classes, test methods, and lifecycle methods are not required to be public, but they must not be private. Otherwise, they won’t be found by the test framework.
  • The new Java rule UnnecessaryBlock reports blocks that are unnecessary as they don't introduce a new scope. This rule helps simplify code structure by identifying and flagging redundant blocks that can make code harder to read and may be misleading.
  • The new Java rule VariableDeclarationUsageDistance flags local variables that are declared far from their usage, which can make code harder to read. The rule has a property maxDistance that allows to configure the maximum allowed distance between declaration and usage.
  • The new Java rule AssertStatementInTest detects usages of assert statement in tests. These should be replaced by framework assertion methods such as assertEquals.

... (truncated)

Commits
  • 418f8b7 [release] prepare release pmd_releases/7.25.0
  • ba31ce2 Prepare pmd release 7.25.0
  • ced4fdc Update contributors for 7.25.0
  • 3c65361 chore(deps-dev): bump build-tools from 37 to 38 (#6729)
  • f60c490 chore(deps-dev): bump build-tools from 37 to 38
  • 6736c60 [java] UnnecessaryBooleanAssertion: Use InvocationMatcher to find assertions ...
  • 3f1de35 [doc] Update release notes (#6712)
  • 25f30fe [java] Fix #4350: Fix ClassNamingConventions by teaching TestFrameworkUtil ab...
  • f306438 [java] Part of #4841: Deprecate unnecessary public methods in FieldDeclaratio...
  • ca5bfe4 [java] Fix #6719: UseStandardCharsets UTF-32 on Java >= 22 (#6726)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the pr:dependencies Pull requests that update a dependency label May 29, 2026
@baev

baev commented Jun 12, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-version: 7.25.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-java-7.25.0 branch from 86f6d08 to 58e2ec8 Compare June 12, 2026 18:47
@github-actions

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 2 – Pull request #3366 12m 23s Passed tests 376   Skipped tests 1 0 0 0 View

@baev
baev merged commit 2bcfb8b into main Jun 15, 2026
29 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/net.sourceforge.pmd-pmd-java-7.25.0 branch June 15, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant