summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mulk.eu>2023-01-14 08:20:38 +0000
committerMatthias Benkard <code@mulk.eu>2023-01-14 08:20:38 +0000
commit69967e808fceb52aa8a4e51ad98c50342d18b68a (patch)
tree9d72f81b206a692130ab8ce0d6d67c30fc30bc27
parent9d9f42d72580439a9279ab69551a1935547a1e6c (diff)
parenta70b94b5079bee54a225fcdc60ee1d50addcd260 (diff)
Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.30.0 (mulk/mulkcms2!6)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.29.0` -> `2.30.0` | --- ### Release Notes <details> <summary>diffplug/spotless</summary> ### [`v2.30.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#&#8203;2300---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 as `googleJavaFormat()`. ([#&#8203;1275](https://github.com/diffplug/spotless/pull/1275)) ##### Changes - Bump default `ktfmt` version to latest `0.39` -> `0.40` ([#&#8203;1312](https://github.com/diffplug/spotless/pull/1312)) - Bump default `ktlint` version to latest `0.46.1` -> `0.47.1` ([#&#8203;1303](https://github.com/diffplug/spotless/pull/1303)) - Also restored support for older versions of ktlint back to `0.31.0` </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 a5e0e11..fb7e6df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<processor-plugin.version>4.2</processor-plugin.version>
<quarkus.version>2.15.3.Final</quarkus.version>
<resources-plugin.version>3.3.0</resources-plugin.version>
- <spotless-plugin.version>2.29.0</spotless-plugin.version>
+ <spotless-plugin.version>2.30.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>