fix(deps): update dependency pmd to v7.24.0 - #262
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
3 times, most recently
from
June 9, 2025 15:41
e2c19fc to
97b107c
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
4 times, most recently
from
June 20, 2025 11:11
afb13f0 to
e59bf39
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
3 times, most recently
from
June 27, 2025 14:41
d4e0948 to
bf84e5f
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
3 times, most recently
from
July 11, 2025 04:13
c107e7c to
08d52e4
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
4 times, most recently
from
July 25, 2025 08:11
0456b85 to
f96ec0f
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
2 times, most recently
from
August 3, 2025 06:59
b201386 to
80f1c48
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
August 10, 2025 08:56
80f1c48 to
8508ad5
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
2 times, most recently
from
August 21, 2025 22:41
54ea21a to
bcee721
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
4 times, most recently
from
September 7, 2025 01:25
26cdfda to
713690d
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
September 13, 2025 23:08
713690d to
08195e9
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
3 times, most recently
from
November 1, 2025 06:39
adebb28 to
62abd86
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
November 12, 2025 06:06
62abd86 to
d90c262
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
2 times, most recently
from
November 26, 2025 09:01
1b613e3 to
1f5a2a3
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
November 28, 2025 13:54
1f5a2a3 to
b7411d0
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
November 30, 2025 21:33
b7411d0 to
22b6e04
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
2 times, most recently
from
December 18, 2025 17:47
f5bc095 to
d273250
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
December 30, 2025 18:46
d273250 to
73d4d53
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
January 6, 2026 22:23
73d4d53 to
d2e08fb
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
3 times, most recently
from
January 24, 2026 01:13
539de73 to
cef37d4
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
January 30, 2026 13:26
cef37d4 to
cee595e
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
2 times, most recently
from
February 19, 2026 16:39
36582bf to
e6ed7f5
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
2 times, most recently
from
February 27, 2026 13:04
39f8fa7 to
f8b0701
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
3 times, most recently
from
March 26, 2026 16:38
3a940c9 to
938f299
Compare
renovate
Bot
force-pushed
the
renovate/pmd-7.x
branch
from
March 27, 2026 14:04
938f299 to
6b04175
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.13.0→7.24.0Release Notes
pmd/pmd (pmd)
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
AvoidInterfaceAsMapKeyreportsMapdeclarations(fields, variables, parameters) whose key type is an interface that has at least one abstract implementing
class defining
equalsorhashCode. Using such maps results in potentially duplicated map entries ornot being able to get entries by key.
OverridingThreadRunfinds overriddenThread::runmethods.This is not recommended. Instead, implement
Runnableand pass an instance to the thread constructor.🐛️ Fixed Issues
✨️ Merged pull requests
📦️ Dependency updates
📈️ Stats
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.