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 pmd.version from 6.18.0 to 6.19.0 #44

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 1, 2019

Bumps pmd.version from 6.18.0 to 6.19.0.

Updates pmd-core from 6.18.0 to 6.19.0

Release notes

Sourced from pmd-core's releases.

PMD 6.19.0 (31-October-2019)

31-October-2019 - 6.19.0

The PMD team is pleased to announce PMD 6.19.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated PMD Designer

This PMD release ships a new version of the pmd-designer.
For the changes, see PMD Designer Changelog.

Java Metrics

Modified Rules

  • The Java rules InvalidLogMessageFormat and MoreThanOneLogger
    (java-errorprone) now both support Log4j2. Note that the
    rule "InvalidSlf4jMessageFormat" has been renamed to "InvalidLogMessageFormat" to reflect the fact, that it now
    supports more than slf4j.

  • The Java rule LawOfDemeter (java-design) ignores now also Builders, that are
    not assigned to a local variable, but just directly used within a method call chain. The method, that creates
    the builder needs to end with "Builder", e.g. newBuilder() or initBuilder() works. This change
    fixes a couple of false positives.

  • The Java rule DataflowAnomalyAnalysis (java-errorprone) doesn't check for
    UR anomalies (undefined and then referenced) anymore. These checks were all false-positives, since actual
    UR occurrences would lead to compile errors.

... (truncated)
Commits
  • 2881b6f [maven-release-plugin] prepare release pmd_releases/6.19.0
  • 433f8c0 Prepare pmd release 6.19.0
  • 73e48ed Merge branch 'pr-2054'
  • 39e07f6 Merge branch 'pr-2084'
  • 79fa9d2 Merge branch 'pr-2083'
  • 6e92282 Merge branch 'pr-2086'
  • 34455b3 Merge branch 'pr-2066'
  • fc8f9b1 [doc] Clarify note about deprecated rules when referencing a complete ruleset
  • fda81bd [core] Don't enable deprecated rules if whole ruleset is imported
  • f9d7b08 Merge branch 'pr-2027'
  • Additional commits viewable in compare view

Updates pmd-java from 6.18.0 to 6.19.0

Release notes

Sourced from pmd-java's releases.

PMD 6.19.0 (31-October-2019)

31-October-2019 - 6.19.0

The PMD team is pleased to announce PMD 6.19.0.

This is a minor release.

Table Of Contents

New and noteworthy

Updated PMD Designer

This PMD release ships a new version of the pmd-designer.
For the changes, see PMD Designer Changelog.

Java Metrics

Modified Rules

  • The Java rules InvalidLogMessageFormat and MoreThanOneLogger
    (java-errorprone) now both support Log4j2. Note that the
    rule "InvalidSlf4jMessageFormat" has been renamed to "InvalidLogMessageFormat" to reflect the fact, that it now
    supports more than slf4j.

  • The Java rule LawOfDemeter (java-design) ignores now also Builders, that are
    not assigned to a local variable, but just directly used within a method call chain. The method, that creates
    the builder needs to end with "Builder", e.g. newBuilder() or initBuilder() works. This change
    fixes a couple of false positives.

  • The Java rule DataflowAnomalyAnalysis (java-errorprone) doesn't check for
    UR anomalies (undefined and then referenced) anymore. These checks were all false-positives, since actual
    UR occurrences would lead to compile errors.

... (truncated)
Commits
  • 2881b6f [maven-release-plugin] prepare release pmd_releases/6.19.0
  • 433f8c0 Prepare pmd release 6.19.0
  • 73e48ed Merge branch 'pr-2054'
  • 39e07f6 Merge branch 'pr-2084'
  • 79fa9d2 Merge branch 'pr-2083'
  • 6e92282 Merge branch 'pr-2086'
  • 34455b3 Merge branch 'pr-2066'
  • fc8f9b1 [doc] Clarify note about deprecated rules when referencing a complete ruleset
  • fda81bd [core] Don't enable deprecated rules if whole ruleset is imported
  • f9d7b08 Merge branch 'pr-2027'
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Nov 1, 2019
@uhafner
Copy link
Owner

uhafner commented Nov 6, 2019

@dependabot rebase

Bumps `pmd.version` from 6.18.0 to 6.19.0.

Updates `pmd-core` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.18.0...pmd_releases/6.19.0)

Updates `pmd-java` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.18.0...pmd_releases/6.19.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/pmd.version-6.19.0 branch from abafdc3 to f4fc4d7 Compare November 6, 2019 11:52
@uhafner uhafner merged commit fac2cd9 into master Nov 6, 2019
@uhafner uhafner deleted the dependabot/maven/pmd.version-6.19.0 branch November 6, 2019 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant