analytics-java
analytics-java copied to clipboard
Bump spotless-maven-plugin from 2.24.0 to 2.27.2
Bumps spotless-maven-plugin from 2.24.0 to 2.27.2.
Changelog
Sourced from spotless-maven-plugin's changelog.
spotless-lib and spotless-lib-extra releases
If you are a Spotless user (as opposed to developer), then you are probably looking for:
- https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
- https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md
This document is intended for Spotless developers.
We adhere to the keepachangelog format (starting after version
1.27.0).[Unreleased]
[2.30.0] - 2022-09-14
Added
formatAnnotations()step to correct formatting of Java type annotations. It puts type annotations on the same line as the type that they qualify. Run it after a Java formatting step, such asgoogleJavaFormat(). (#1275)Changes
- Bump default
ktfmtversion to latest0.39->0.40(#1312)- Bump default
ktlintversion to latest0.46.1->0.47.1(#1303)
- Also restored support for older versions of ktlint back to
0.31.0[2.29.0] - 2022-08-23
Added
scalafmtintegration now has a configuration optionmajorScalaVersionthat allows you to configure the Scala version that gets resolved from the maven artifact (#1283)
- Converted
scalafmtintegration to use a compile-only source set (fixes #524)Changes
- Add the
ktlintrule in error messages whenktlintfails to apply a fix (#1279)- Bump default
scalafmtto latest3.0.8->3.5.9(removed support for pre-3.0.0) (#1283)[2.28.1] - 2022-08-10
Fixed
Changes
- Bump default
diktatversion to latest1.2.1->1.2.3(#1266)[2.28.0] - 2022-07-28
Added
- Clang and Black no longer break the build when the binary is unavailable, if they will not be run during that build (#1257).
- License header support for Kotlin files without
packageor@filebut do at least haveimport(#1263).[2.27.0] - 2022-06-30
Added
Changes
- Bump default
ktlintversion to latest0.45.2->0.46.1(#1239)
- Minimum supported version also bumped to
0.46.0(we have abandoned strong backward compatibility forktlint, from here on out Spotless will only support the most-recent breaking change).- Bump default
diktatversion to latest1.1.0->1.2.1(#1246)
- Minimum supported version also bumped to
1.2.1(diktat is based on ktlint and has the same backward compatibility issues).- Bump default
ktfmtversion to latest0.37->0.39(#1240)
... (truncated)
Commits
23784baPublished maven/2.27.2b32df21Allow replacement to be null for Replace and ReplaceRegex of plugin maven (#1...4989245Update changelog.aa48b8dAllow replacement to be null for ReplaceRegex of plugin maven7667a84Published maven/2.27.150e0186fix: maven plugin should identify skip config key (#1353 fixes #1227 and #491)622f3a0update CHANGESdc9f429fix: maven plugin should identify skip config keyf4ee554Update dependency org.junit.jupiter:junit-jupiter to v5.9.1 (#1338)92e21d9Update dependency org.junit.jupiter:junit-jupiter to v5.9.1- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)