Skip to content

Bump pmd.version from 7.26.0 to 7.27.0 - #327

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/pmd.version-7.27.0
Aug 31, 2026
Merged

Bump pmd.version from 7.26.0 to 7.27.0#327
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/pmd.version-7.27.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps pmd.version from 7.26.0 to 7.27.0.
Updates net.sourceforge.pmd:pmd-core from 7.26.0 to 7.27.0

Release notes

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

PMD 7.27.0 (28-August-2026)

28-August-2026 - 7.27.0

The PMD team is pleased to announce PMD 7.27.0.

This is a minor release.

Table Of Contents

🚀️ New and noteworthy

Java 27 Support

This release of PMD brings support for Java 27.

There are no new standard language features.

There is one preview language feature:

In order to analyze a project with PMD that uses these preview language features, you'll need to select the new language version 27-preview:

pmd check --use-version java-27-preview ...

Note: Support for Java 25 preview language features have been removed. The version "25-preview" is no longer available.

Updated Apex Support

The Apex language support has been bumped to version 67.0 (Summer '26). It supports the new Multiline String literals.

... (truncated)

Commits
  • 360072e [release] prepare release pmd_releases/7.27.0
  • 28eb3da Prepare pmd release 7.27.0
  • 9fadcc2 Update contributors for 7.27.0
  • 6dbb11d chore(deps): bump io.github.apex-dev-tools:apex-parser from 5.1.0 to 5.2.0 (#...
  • 9a721bd chore(deps): bump com.puppycrawl.tools:checkstyle from 13.10.0 to 14.0.0 (#6999)
  • f017e5d chore(deps-dev): bump byte.buddy.version from 1.18.11 to 1.18.12 (#6998)
  • 85ac0c4 chore(deps): bump com.google.protobuf:protobuf-java from 4.35.1 to 4.36.0 (#6...
  • cd096e9 [java] Fix #6943: UnnecessaryCast: false positives related to generics (#6982)
  • 578f653 [java] Move ProtectedMemberInFinalClass to design category (#6990)
  • 89b473e [java] Fix #6537: StaticEJBFieldShouldBeFinal detects @Stateless/@Stateful/@​S...
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-java from 7.26.0 to 7.27.0

Release notes

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

PMD 7.27.0 (28-August-2026)

28-August-2026 - 7.27.0

The PMD team is pleased to announce PMD 7.27.0.

This is a minor release.

Table Of Contents

🚀️ New and noteworthy

Java 27 Support

This release of PMD brings support for Java 27.

There are no new standard language features.

There is one preview language feature:

In order to analyze a project with PMD that uses these preview language features, you'll need to select the new language version 27-preview:

pmd check --use-version java-27-preview ...

Note: Support for Java 25 preview language features have been removed. The version "25-preview" is no longer available.

Updated Apex Support

The Apex language support has been bumped to version 67.0 (Summer '26). It supports the new Multiline String literals.

... (truncated)

Commits
  • 360072e [release] prepare release pmd_releases/7.27.0
  • 28eb3da Prepare pmd release 7.27.0
  • 9fadcc2 Update contributors for 7.27.0
  • 6dbb11d chore(deps): bump io.github.apex-dev-tools:apex-parser from 5.1.0 to 5.2.0 (#...
  • 9a721bd chore(deps): bump com.puppycrawl.tools:checkstyle from 13.10.0 to 14.0.0 (#6999)
  • f017e5d chore(deps-dev): bump byte.buddy.version from 1.18.11 to 1.18.12 (#6998)
  • 85ac0c4 chore(deps): bump com.google.protobuf:protobuf-java from 4.35.1 to 4.36.0 (#6...
  • cd096e9 [java] Fix #6943: UnnecessaryCast: false positives related to generics (#6982)
  • 578f653 [java] Move ProtectedMemberInFinalClass to design category (#6990)
  • 89b473e [java] Fix #6537: StaticEJBFieldShouldBeFinal detects @Stateless/@Stateful/@​S...
  • Additional commits viewable in compare view

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 commands and options

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 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)

Bumps `pmd.version` from 7.26.0 to 7.27.0.

Updates `net.sourceforge.pmd:pmd-core` from 7.26.0 to 7.27.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/7.26.0...pmd_releases/7.27.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.26.0 to 7.27.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/7.26.0...pmd_releases/7.27.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-version: 7.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-version: 7.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2026
@github-actions
github-actions Bot merged commit dcfbd0d into main Aug 31, 2026
1 of 2 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/pmd.version-7.27.0 branch August 31, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants