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#​2310---2022-11-24)
##### Added
- `importOrder` now support groups of imports without blank lines ([#​1401](https://github.com/diffplug/spotless/pull/1401))
##### Fixed
- Don't treat `@Value` as a type annotation [#​1367](https://github.com/diffplug/spotless/pull/1367)
- Support `ktlint_disabled_rules` in `ktlint` 0.47.x [#​1378](https://github.com/diffplug/spotless/pull/1378)
- Share git repositories across projects when using ratchet ([#​1426](https://github.com/diffplug/spotless/pull/1426))
##### Changes
- Bump default `ktfmt` version to latest `0.40` -> `0.41` ([#​1340](https://github.com/diffplug/spotless/pull/1340))
- Bump default `scalafmt` version to latest `3.5.9` -> `3.6.1` ([#​1373](https://github.com/diffplug/spotless/pull/1373))
- Bump default `diktat` version to latest `1.2.3` -> `1.2.4.2` ([#​1393](https://github.com/diffplug/spotless/pull/1393))
- Bump default `palantir-java-format` version to latest `2.10` -> `2.28` ([#​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-->
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>