summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mulk.eu>2023-01-27 04:14:04 +0000
committerMatthias Benkard <code@mulk.eu>2023-01-27 04:14:04 +0000
commit304c9650c7f269482ec004e51a5ecc15975dbad9 (patch)
tree68668ec2252d7e3035060adebef65631f75bd56c
parentefee0ddb5355af03ab7eab7c821b5972bcf150fa (diff)
parentea11d93fe1a71272076a44d1b99f4c0c27138df5 (diff)
Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.31.0 (mulk/mulkcms2!12)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.30.0` -> `2.31.0` | --- ### Release Notes <details> <summary>diffplug/spotless</summary> ### [`v2.31.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#&#8203;2310---2022-11-24) ##### Added - `importOrder` now support groups of imports without blank lines ([#&#8203;1401](https://github.com/diffplug/spotless/pull/1401)) ##### Fixed - Don't treat `@Value` as a type annotation [#&#8203;1367](https://github.com/diffplug/spotless/pull/1367) - Support `ktlint_disabled_rules` in `ktlint` 0.47.x [#&#8203;1378](https://github.com/diffplug/spotless/pull/1378) - Share git repositories across projects when using ratchet ([#&#8203;1426](https://github.com/diffplug/spotless/pull/1426)) ##### Changes - Bump default `ktfmt` version to latest `0.40` -> `0.41` ([#&#8203;1340](https://github.com/diffplug/spotless/pull/1340)) - Bump default `scalafmt` version to latest `3.5.9` -> `3.6.1` ([#&#8203;1373](https://github.com/diffplug/spotless/pull/1373)) - Bump default `diktat` version to latest `1.2.3` -> `1.2.4.2` ([#&#8203;1393](https://github.com/diffplug/spotless/pull/1393)) - Bump default `palantir-java-format` version to latest `2.10` -> `2.28` ([#&#8203;1393](https://github.com/diffplug/spotless/pull/1393)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7a9e9ca..9a8ea89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<processor-plugin.version>4.2</processor-plugin.version>
<quarkus.version>2.16.0.Final</quarkus.version>
<resources-plugin.version>3.3.0</resources-plugin.version>
- <spotless-plugin.version>2.30.0</spotless-plugin.version>
+ <spotless-plugin.version>2.31.0</spotless-plugin.version>
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>