Skip to content

Commit 54b2538

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.2.0 (#1799)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://redirect.github.com/diffplug/spotless) | `3.1.0` → `3.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:spotless-maven-plugin/3.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:spotless-maven-plugin/3.1.0/3.2.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)</summary> ### [`v3.2.0`](https://redirect.github.com/diffplug/spotless/blob/HEAD/CHANGES.md#320---2025-07-07) ##### Added - Support for `idea` ([#&#8203;2020](https://redirect.github.com/diffplug/spotless/pull/2020), [#&#8203;2535](https://redirect.github.com/diffplug/spotless/pull/2535)) - Add support for removing wildcard imports via `removeWildcardImports` step. ([#&#8203;2517](https://redirect.github.com/diffplug/spotless/pull/2517)) - scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file ([#&#8203;2460](https://redirect.github.com/diffplug/spotless/issues/2460)) ##### Fixed - `SortPom` disable expandEmptyElements, to avoid empty body warnings. ([#&#8203;2520](https://redirect.github.com/diffplug/spotless/pull/2520)) - Fix biome formatter for new major release 2.x of biome ([#&#8203;2537](https://redirect.github.com/diffplug/spotless/pull/2537)) - Make sure npm-based formatters use the correct `node_modules` directory when running in parallel. ([#&#8203;2542](https://redirect.github.com/diffplug/spotless/pull/2542)) ##### Changed - Bump internal dependencies for npm-based formatters ([#&#8203;2542](https://redirect.github.com/diffplug/spotless/pull/2542)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 623467c commit 54b2538

File tree

2 files changed

+2
-2
lines changed
  • integration-tests/it-spring-boot-smoke-test
  • prometheus-metrics-parent

2 files changed

+2
-2
lines changed

integration-tests/it-spring-boot-smoke-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>com.diffplug.spotless</groupId>
164164
<artifactId>spotless-maven-plugin</artifactId>
165-
<version>3.1.0</version>
165+
<version>3.2.0</version>
166166
<configuration>
167167
<java>
168168
<googleJavaFormat/>

prometheus-metrics-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>com.diffplug.spotless</groupId>
7373
<artifactId>spotless-maven-plugin</artifactId>
74-
<version>3.1.0</version>
74+
<version>3.2.0</version>
7575
<configuration>
7676
<java>
7777
<googleJavaFormat/>

0 commit comments

Comments
 (0)