moditect / deptective

A plug-in for the Java compiler that validates a project's package relationships
Apache License 2.0
144 stars 15 forks source link

Bump spotless-maven-plugin from 1.17.0 to 2.18.0 #81

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spotless-maven-plugin from 1.17.0 to 2.18.0.

Changelog

Sourced from spotless-maven-plugin's changelog.

[2.18.0] - 2021-09-30

Added

  • Added support for custom JSR223 formatters (#945)
  • Added support for formatting and sorting Maven POMs (#946)

[2.17.0] - 2021-09-27

Added

  • Added support for calling local binary formatters (#949)

Changed

  • Added support and bump Eclipse formatter default versions to 4.21 for eclipse-cdt, eclipse-jdt, eclipse-wtp. Change is only applied for JVM 11+.
  • Added groupArtifact option for google-java-format (#944)

[2.16.1] - 2021-09-20

Changed

  • Added support and bump Eclipse formatter default versions for JVM 11+. For older JVMs the previous defaults remain.
    • eclipse-cdt from 4.16 to 4.20
    • eclipse-groovy from 4.19 to 4.20
    • eclipse-jdt from 4.19 to 4.20
    • eclipse-wtp from 4.18 to 4.20

[2.16.0] - 2021-09-04

Added

  • Added support for google-java-format's skip-reflowing-long-strings option (#929)

[2.15.3] - 2021-08-20

Changed

  • Added support for scalafmt 3.0.0 and bump default scalafmt version to 3.0.0 (#913).
  • Bump default versions (#915)
    • ktfmt from 0.24 to 0.27
    • ktlint from 0.35.0 to 0.42.1
    • google-java-format from 1.10.0 to 1.11.0
  • Fix javadoc publishing (#916 fixes #775).

[2.15.2] - 2021-07-20

Fixed

[2.15.1] - 2021-07-06

Changed

[2.15.0] - 2021-06-17

Added

[2.14.0] - 2021-06-10

Added

  • Added support for eclipse-cdt at 4.19.0. Note that version requires Java 11 or higher.

... (truncated)

Commits
  • e85fdf0 Published lib/2.18.0
  • 5951f3d Added support for Maven POM sorting/formatting (#946)
  • 617abf5 Added documentation for sortPom
  • b95e93b Generalize the sortPom stuff to facilitate #524 (glue code).
  • 2b85d84 plugin-maven doesn't need any special dependency on the lib jar.
  • 24bc908 Fix FeatureClassLoader for eclipse entries.
  • 6d6ab66 Fix typo.
  • 4b780c0 SortPomStep can now live within the normal src/main/java, and only `SortPom...
  • bcd3735 FeatureClassLoader now loads com.diffplug.spotless.glue.* via `defineClass...
  • f2c0e4a Rename SortPomState to SortPomCfg, and:
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #82.