International-Data-Spaces-Association / DataspaceConnector

This is an IDS Connector reference implementation.
Apache License 2.0
32 stars 26 forks source link

chore(deps): Bump pmd.version from 6.52.0 to 6.53.0 #619

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pmd.version 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


Updates pmd-javascript from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-javascript'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-jsp from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-jsp'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)
dependabot[bot] commented 1 year ago

Superseded by #641.