Skip to content

build(deps): bump pmd from 7.22.0 to 7.23.0#1380

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/pmd-7.23.0
Open

build(deps): bump pmd from 7.22.0 to 7.23.0#1380
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/pmd-7.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps pmd from 7.22.0 to 7.23.0.
Updates net.sourceforge.pmd:pmd-ant from 7.22.0 to 7.23.0

Release notes

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

PMD 7.23.0 (27-March-2026)

27-March-2026 - 7.23.0

The PMD team is pleased to announce PMD 7.23.0.

This is a minor release.

Table Of Contents

🐛️ Fixed Issues

  • core
    • #6503: [core] Links in HTML report are broken
  • java-errorprone
    • #6502: [java] CloseResource: False positive for allowedResourceMethodPatterns entries when using unqualified method calls
  • java-security
    • #6531: [java] InsecureCryptoIv: False negative with fixed IVs from array initializers

✨️ Merged pull requests

📦️ Dependency updates

  • #6476: Bump PMD from 7.21.0 to 7.22.0
  • #6479: chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
  • #6480: chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
  • #6481: chore(deps): bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.3.0
  • #6482: chore(deps): bump org.mockito:mockito-core from 5.21.0 to 5.22.0
  • #6483: chore(deps-dev): bump net.bytebuddy:byte-buddy from 1.18.5 to 1.18.7
  • #6484: chore(deps): bump org.yaml:snakeyaml from 2.5 to 2.6
  • #6485: chore(deps): bump org.checkerframework:checker-qual from 3.53.1 to 3.54.0
  • #6486: chore(deps-dev): bump net.bytebuddy:byte-buddy-agent from 1.18.5 to 1.18.7
  • #6487: chore(deps): bump com.google.protobuf:protobuf-java from 4.33.5 to 4.34.0
  • #6490: chore: Update gems, remove github-pages
  • #6498: chore(deps): bump ruby/setup-ruby from 1.288.0 to 1.290.0
  • #6499: chore(deps-dev): bump commons-logging:commons-logging from 1.3.5 to 1.3.6
  • #6500: chore(deps-dev): bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2

... (truncated)

Commits
  • 8562692 [release] prepare release pmd_releases/7.23.0
  • 8f406ef Prepare pmd release 7.23.0
  • 184b977 Update contributors for 7.23.0
  • bed0ded chore: do-release.sh - use ruby 4
  • 127df3a [java] Fix #6531: False negative in InsecureCryptoIv with array initializers ...
  • 5dbbe19 [doc] Update release notes (#6531, #6545)
  • 2fce070 chore: use ruby4 (#6551)
  • 4f450c3 chore(deps): bump com.google.protobuf:protobuf-java from 4.34.0 to 4.34.1 (#6...
  • 00426b4 chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#6548)
  • 287971a [java] Fix false negative in InsecureCryptoIv with array initializers
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-java from 7.22.0 to 7.23.0

Release notes

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

PMD 7.23.0 (27-March-2026)

27-March-2026 - 7.23.0

The PMD team is pleased to announce PMD 7.23.0.

This is a minor release.

Table Of Contents

🐛️ Fixed Issues

  • core
    • #6503: [core] Links in HTML report are broken
  • java-errorprone
    • #6502: [java] CloseResource: False positive for allowedResourceMethodPatterns entries when using unqualified method calls
  • java-security
    • #6531: [java] InsecureCryptoIv: False negative with fixed IVs from array initializers

✨️ Merged pull requests

📦️ Dependency updates

  • #6476: Bump PMD from 7.21.0 to 7.22.0
  • #6479: chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
  • #6480: chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
  • #6481: chore(deps): bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.3.0
  • #6482: chore(deps): bump org.mockito:mockito-core from 5.21.0 to 5.22.0
  • #6483: chore(deps-dev): bump net.bytebuddy:byte-buddy from 1.18.5 to 1.18.7
  • #6484: chore(deps): bump org.yaml:snakeyaml from 2.5 to 2.6
  • #6485: chore(deps): bump org.checkerframework:checker-qual from 3.53.1 to 3.54.0
  • #6486: chore(deps-dev): bump net.bytebuddy:byte-buddy-agent from 1.18.5 to 1.18.7
  • #6487: chore(deps): bump com.google.protobuf:protobuf-java from 4.33.5 to 4.34.0
  • #6490: chore: Update gems, remove github-pages
  • #6498: chore(deps): bump ruby/setup-ruby from 1.288.0 to 1.290.0
  • #6499: chore(deps-dev): bump commons-logging:commons-logging from 1.3.5 to 1.3.6
  • #6500: chore(deps-dev): bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2

... (truncated)

Commits
  • 8562692 [release] prepare release pmd_releases/7.23.0
  • 8f406ef Prepare pmd release 7.23.0
  • 184b977 Update contributors for 7.23.0
  • bed0ded chore: do-release.sh - use ruby 4
  • 127df3a [java] Fix #6531: False negative in InsecureCryptoIv with array initializers ...
  • 5dbbe19 [doc] Update release notes (#6531, #6545)
  • 2fce070 chore: use ruby4 (#6551)
  • 4f450c3 chore(deps): bump com.google.protobuf:protobuf-java from 4.34.0 to 4.34.1 (#6...
  • 00426b4 chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#6548)
  • 287971a [java] Fix false negative in InsecureCryptoIv with array initializers
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-groovy from 7.22.0 to 7.23.0

Release notes

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

PMD 7.23.0 (27-March-2026)

27-March-2026 - 7.23.0

The PMD team is pleased to announce PMD 7.23.0.

This is a minor release.

Table Of Contents

🐛️ Fixed Issues

  • core
    • #6503: [core] Links in HTML report are broken
  • java-errorprone
    • #6502: [java] CloseResource: False positive for allowedResourceMethodPatterns entries when using unqualified method calls
  • java-security
    • #6531: [java] InsecureCryptoIv: False negative with fixed IVs from array initializers

✨️ Merged pull requests

📦️ Dependency updates

  • #6476: Bump PMD from 7.21.0 to 7.22.0
  • #6479: chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
  • #6480: chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
  • #6481: chore(deps): bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.3.0
  • #6482: chore(deps): bump org.mockito:mockito-core from 5.21.0 to 5.22.0
  • #6483: chore(deps-dev): bump net.bytebuddy:byte-buddy from 1.18.5 to 1.18.7
  • #6484: chore(deps): bump org.yaml:snakeyaml from 2.5 to 2.6
  • #6485: chore(deps): bump org.checkerframework:checker-qual from 3.53.1 to 3.54.0
  • #6486: chore(deps-dev): bump net.bytebuddy:byte-buddy-agent from 1.18.5 to 1.18.7
  • #6487: chore(deps): bump com.google.protobuf:protobuf-java from 4.33.5 to 4.34.0
  • #6490: chore: Update gems, remove github-pages
  • #6498: chore(deps): bump ruby/setup-ruby from 1.288.0 to 1.290.0
  • #6499: chore(deps-dev): bump commons-logging:commons-logging from 1.3.5 to 1.3.6
  • #6500: chore(deps-dev): bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2

... (truncated)

Commits
  • 8562692 [release] prepare release pmd_releases/7.23.0
  • 8f406ef Prepare pmd release 7.23.0
  • 184b977 Update contributors for 7.23.0
  • bed0ded chore: do-release.sh - use ruby 4
  • 127df3a [java] Fix #6531: False negative in InsecureCryptoIv with array initializers ...
  • 5dbbe19 [doc] Update release notes (#6531, #6545)
  • 2fce070 chore: use ruby4 (#6551)
  • 4f450c3 chore(deps): bump com.google.protobuf:protobuf-java from 4.34.0 to 4.34.1 (#6...
  • 00426b4 chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#6548)
  • 287971a [java] Fix false negative in InsecureCryptoIv with array initializers
  • 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` from 7.22.0 to 7.23.0.

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

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

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

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-ant
  dependency-version: 7.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-version: 7.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-groovy
  dependency-version: 7.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

Assignees

The following users could not be added as assignees: ihub-bot. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code minor Minor version labels Mar 27, 2026
@ihub-bot ihub-bot bot modified the milestone: 1.7.6 Mar 27, 2026
Copy link
Copy Markdown
Contributor

@ihub-bot ihub-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IHub Bot: PR is approved by IHub Bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade java Pull requests that update Java code minor Minor version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants