davidB / scala-maven-plugin

The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven.
https://davidb.github.io/scala-maven-plugin/
The Unlicense
560 stars 151 forks source link

Bump spotless-maven-plugin from 2.22.8 to 2.23.0 #620

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spotless-maven-plugin from 2.22.8 to 2.23.0.

Changelog

Sourced from spotless-maven-plugin's changelog.

[2.23.0] - 2022-02-15

Added

  • Added support for JSON formatting based on Gson (#1125).

Changed

  • Use SLF4J for logging (#1116)

[2.22.2] - 2022-02-09

Changed

  • Bump default ktfmt 0.30 -> 0.31 (#1118).

Fixed

  • Add full support for git worktrees (#1119).

[2.22.1] - 2022-02-01

Changed

  • Bump CI from Java 15 to 17 (#1094).
  • Bump default versions of formatters (#1095).
    • google-java-format 1.12.0 -> 1.13.0
    • ktfmt 0.29 -> 0.30
  • Added support for git property core.autocrlf (#540)

[2.22.0] - 2022-01-13

Added

[2.21.2] - 2022-01-07

Fixed

  • Update IndentStep to allow leading space on multiline comments (#1072).

[2.21.1] - 2022-01-06

Changed

  • Bumped default DiKTat from 0.4.0 to 1.0.1. This is a breaking change for DiKTat users on the default version, because some rules were renamed/changed. Check DiKTat changelog for details.

[2.21.0] - 2021-12-23

Added

  • Added support for Markdown with flexmark at 0.62.2 (#1011).

[2.20.3] - 2021-12-15

Fixed

  • Performance improvements to GitRatchet (#1038).

[2.20.2] - 2021-12-05

Changed

  • Bumped default ktlint from 0.43.0 to 0.43.2.
  • Converted ktlint integration to use a compile-only source set. (#524)

[2.20.1] - 2021-12-01

Changed

  • Added named option to licenseHeader to support alternate license header within same format (like java) (872).
  • Added onlyIfContentMatches option to licenseHeader to skip license header application based on source file content pattern (#650).
  • Bump jgit version (#992).

... (truncated)

Commits
  • b10ea0e Published lib/2.23.0
  • e0e91be Tweak changelogs.
  • 2aaa03f Advertise the compile-only sourceset feature. (#1129)
  • 8d393b4 Merge branch 'main' into feat/source-set
  • 4333885 JSON formatting using Gson (#1125)
  • 2b249b4 Merge branch 'main' into feat/gson-support
  • 7331070 Migrate to SLF4J for logging (#1120)
  • 85d15b5 Remove unnecessary .getName()s on logger creation
  • a8b01b8 Update CHANGES with SLF4J logging changes
  • 166ab53 Remove string concatenation from log messages
  • Additional commits viewable in compare view


Dependabot compatibility score

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)