Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pmdVersion from 6.52.0 to 6.53.0 #223

Merged
merged 1 commit into from
Jan 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps pmdVersion from 6.52.0 to 6.53.0.
Updates pmd-core from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-core's releases.

PMD 6.53.0 (31-December-2022)

31-December-2022 - 6.53.0

The PMD team is pleased to announce PMD 6.53.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified rules

  • The Java rule UnusedPrivateField has a new property reportForAnnotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Deprecated rules

Fixed Issues

  • core
    • #4248: [core] Can't analyze sources in zip files
  • apex-security
    • #4146: [apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML
  • java
    • #4266: [java] PMD fails to process a record with lambda in compact constructor
  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore
    • #4250: [java] WhileLoopWithLiteralBoolean - false negative with complex expressions still occurs in PMD 6.52.0

... (truncated)

Commits
  • 3710345 [maven-release-plugin] prepare release pmd_releases/6.53.0
  • 349c892 Prepare pmd release 6.53.0
  • f0e113c Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l...
  • ebefb36 [doc] Update release notes (#4266, #4274)
  • d0367d0 Add @​kdebski85 as a contributor
  • 62d7895 [java] DoNotUseThreads: more tests
  • 11867b0 Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier
  • 3dd0f84 Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean
  • b81df96 Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r...
  • 67230ed Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations
  • Additional commits viewable in compare view

Updates pmd-java from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-java's releases.

PMD 6.53.0 (31-December-2022)

31-December-2022 - 6.53.0

The PMD team is pleased to announce PMD 6.53.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified rules

  • The Java rule UnusedPrivateField has a new property reportForAnnotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Deprecated rules

Fixed Issues

  • core
    • #4248: [core] Can't analyze sources in zip files
  • apex-security
    • #4146: [apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML
  • java
    • #4266: [java] PMD fails to process a record with lambda in compact constructor
  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore
    • #4250: [java] WhileLoopWithLiteralBoolean - false negative with complex expressions still occurs in PMD 6.52.0

... (truncated)

Commits
  • 3710345 [maven-release-plugin] prepare release pmd_releases/6.53.0
  • 349c892 Prepare pmd release 6.53.0
  • f0e113c Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l...
  • ebefb36 [doc] Update release notes (#4266, #4274)
  • d0367d0 Add @​kdebski85 as a contributor
  • 62d7895 [java] DoNotUseThreads: more tests
  • 11867b0 Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier
  • 3dd0f84 Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean
  • b81df96 Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r...
  • 67230ed Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 `pmdVersion` from 6.52.0 to 6.53.0.

Updates `pmd-core` from 6.52.0 to 6.53.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.52.0...pmd_releases/6.53.0)

Updates `pmd-java` from 6.52.0 to 6.53.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.52.0...pmd_releases/6.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency related change java Pull requests that update Java code labels Jan 2, 2023
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot dependabot bot merged commit 9e13a71 into master Jan 2, 2023
@dependabot dependabot bot deleted the dependabot/maven/master/pmdVersion-6.53.0 branch January 2, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant