Skip to content

Commit 69967e8

Browse files
committed
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](diffplug/spotless#1275)) ##### Changes - Bump default `ktfmt` version to latest `0.39` -> `0.40` ([#&#8203;1312](diffplug/spotless#1312)) - Bump default `ktlint` version to latest `0.46.1` -> `0.47.1` ([#&#8203;1303](diffplug/spotless#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-->
2 parents 9d9f42d + a70b94b commit 69967e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<processor-plugin.version>4.2</processor-plugin.version>
2727
<quarkus.version>2.15.3.Final</quarkus.version>
2828
<resources-plugin.version>3.3.0</resources-plugin.version>
29-
<spotless-plugin.version>2.29.0</spotless-plugin.version>
29+
<spotless-plugin.version>2.30.0</spotless-plugin.version>
3030

3131
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
3232
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>

0 commit comments

Comments
 (0)