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.24.0 to 6.25.0 #90

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pmd.version from 6.24.0 to 6.25.0.
Updates pmd-core from 6.24.0 to 6.25.0

Release notes

Sourced from pmd-core's releases.

PMD 6.25.0 (27-June-2020)

27-June-2020 - 6.25.0

The PMD team is pleased to announce PMD 6.25.0.

This is a minor release.

Table Of Contents

New and noteworthy

Scala cross compilation

Up until now the PMD Scala module has been compiled against scala 2.13 only by default. However, this makes it impossible to use pmd as a library in scala projects, that use scala 2.12, e.g. in sbt plugins. Therefore PMD now provides cross compiled pmd-scala modules for both versions: scala 2.12 and scala 2.13.

The new modules have new maven artifactIds. The old artifactId net.sourceforge.pmd:pmd-scala:6.25.0 is still available, but is deprecated from now on. It has been demoted to be just a delegation to the new pmd-scala_2.13 module and will be removed eventually.

The coordinates for the new modules are:

<dependency>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-scala_2.12</artifactId>
    <version>6.25.0</version>
</dependency>

<dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-scala_2.13</artifactId> <version>6.25.0</version> </dependency>

Commits
  • a219b2e [maven-release-plugin] prepare release pmd_releases/6.25.0
  • 820a43f Prepare pmd release 6.25.0
  • 842bdb0 Merge branch 'pr-2609'
  • acbbbee Merge branch 'pr-2608'
  • 3831a85 Merge branch 'pr-2574'
  • 91868f3 Deprecations for #2490
  • 9508a92 [java] Change rule priority of new rules to 3
  • 6fded20 Merge branch 'master' into perf-UseIOStreamsWithApacheCommonsFileItem
  • 6143163 [doc] Multivalued rule properties are still supported for xpath 2.0.
  • c098936 [core] Use DeprecatedAttribute.NO_REPLACEMENT for List attributes
  • Additional commits viewable in compare view

Updates pmd-java from 6.24.0 to 6.25.0

Release notes

Sourced from pmd-java's releases.

PMD 6.25.0 (27-June-2020)

27-June-2020 - 6.25.0

The PMD team is pleased to announce PMD 6.25.0.

This is a minor release.

Table Of Contents

New and noteworthy

Scala cross compilation

Up until now the PMD Scala module has been compiled against scala 2.13 only by default. However, this makes it impossible to use pmd as a library in scala projects, that use scala 2.12, e.g. in sbt plugins. Therefore PMD now provides cross compiled pmd-scala modules for both versions: scala 2.12 and scala 2.13.

The new modules have new maven artifactIds. The old artifactId net.sourceforge.pmd:pmd-scala:6.25.0 is still available, but is deprecated from now on. It has been demoted to be just a delegation to the new pmd-scala_2.13 module and will be removed eventually.

The coordinates for the new modules are:

<dependency>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-scala_2.12</artifactId>
    <version>6.25.0</version>
</dependency>

<dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-scala_2.13</artifactId> <version>6.25.0</version> </dependency>

Commits
  • a219b2e [maven-release-plugin] prepare release pmd_releases/6.25.0
  • 820a43f Prepare pmd release 6.25.0
  • 842bdb0 Merge branch 'pr-2609'
  • acbbbee Merge branch 'pr-2608'
  • 3831a85 Merge branch 'pr-2574'
  • 91868f3 Deprecations for #2490
  • 9508a92 [java] Change rule priority of new rules to 3
  • 6fded20 Merge branch 'master' into perf-UseIOStreamsWithApacheCommonsFileItem
  • 6143163 [doc] Multivalued rule properties are still supported for xpath 2.0.
  • c098936 [core] Use DeprecatedAttribute.NO_REPLACEMENT for List attributes
  • 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 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
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `pmd.version` from 6.24.0 to 6.25.0.

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

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Jun 29, 2020
@uhafner uhafner merged commit c1f6e3a into master Jul 1, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/pmd.version-6.25.0 branch July 1, 2020 07:49
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