build(deps): bump net.sourceforge.pmd:pmd-java from 7.15.0 to 7.21.0 by dependabot[bot] ยท Pull Request #1243 ยท allure-framework/allure-java
Bumps net.sourceforge.pmd:pmd-java from 7.15.0 to 7.21.0.
Release notes
Sourced from net.sourceforge.pmd:pmd-java's releases.
PMD 7.21.0 (30-January-2026)
30-January-2026 - 7.21.0
The PMD team is pleased to announce PMD 7.21.0.
This is a minor release.
Table Of Contents
- ๐๏ธ New and noteworthy
- ๐๏ธ New and Changed Rules
- ๐๏ธ Fixed Issues
- ๐จ๏ธ API Changes
- โจ๏ธ Merged pull requests
- ๐ฆ๏ธ Dependency updates
- ๐๏ธ Stats
๐๏ธ New and noteworthy
๐๏ธ New: Java 26 Support
This release of PMD brings support for Java 26.
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
26-preview:pmd check --use-version java-26-preview ...Note: Support for Java 24 preview language features have been removed. The version "24-preview" is no longer available.
Build Requirement is Java 21
From now on, Java 21 or newer is required to build PMD. PMD itself still remains compatible with Java 8, so that it still can be used in a pure Java 8 environment. This allows us to use the latest checkstyle version during the build.
... (truncated)
Commits
4558030[release] prepare release pmd_releases/7.21.08fcf973Prepare pmd release 7.21.0e91caec[doc] chore: add keywords for auxclasspath in Java documentation (#6429)ed0838b[doc] ADR 3: Clarify javadoc tags (#6392)840a29fchore: update javadoc internal API tags (#6391)75fb5ebchore: update javadoc experimental tags (#6390)c4c1edbchore: update javadoc deprecated tags (#6389)e7d9729chore: update javadoc deprecated tags8fb286achore: update javadoc experimental tags7dcfeeachore: add full description to internalApi javadoc- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)