Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

chore(deps): bump versions.pmd from 6.51.0 to 6.55.0 #240

Open
wants to merge 1 commit into
base: dep/dependency_upgrade_staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps versions.pmd from 6.51.0 to 6.55.0.
Updates net.sourceforge.pmd:pmd-core from 6.51.0 to 6.55.0

Release notes

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

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-java from 6.51.0 to 6.55.0

Release notes

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

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • 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 `versions.pmd` from 6.51.0 to 6.55.0.

Updates `net.sourceforge.pmd:pmd-core` from 6.51.0 to 6.55.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.51.0...pmd_releases/6.55.0)

Updates `net.sourceforge.pmd:pmd-java` from 6.51.0 to 6.55.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.51.0...pmd_releases/6.55.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 requested a review from a team as a code owner March 1, 2023 16:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants