Skip to content

Commit b9906c1

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.3.0 (#1930)
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.2.1` → `3.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:spotless-maven-plugin/3.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:spotless-maven-plugin/3.2.1/3.3.0?slim=true) | --- ### Release Notes <details> <summary>diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)</summary> ### [`v3.3.0`](https://redirect.github.com/diffplug/spotless/blob/HEAD/CHANGES.md#330---2025-07-20) ##### Added - Allow specifying path to Biome JSON config file directly in `biome` step. Requires biome 2.x. ([#&#8203;2548](https://redirect.github.com/diffplug/spotless/pull/2548)) - `GitPrePushHookInstaller`, a reusable library component for installing a Git `pre-push` hook that runs formatter checks. ([#&#8203;2553](https://redirect.github.com/diffplug/spotless/pull/2553)) - Allow setting Eclipse XML config from a string, not only from files ([#&#8203;2361](https://redirect.github.com/diffplug/spotless/pull/2361)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a614601 commit b9906c1

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
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>com.diffplug.spotless</groupId>
175175
<artifactId>spotless-maven-plugin</artifactId>
176-
<version>3.2.1</version>
176+
<version>3.3.0</version>
177177
<configuration>
178178
<java>
179179
<googleJavaFormat/>

prometheus-metrics-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>com.diffplug.spotless</groupId>
8484
<artifactId>spotless-maven-plugin</artifactId>
85-
<version>3.2.1</version>
85+
<version>3.3.0</version>
8686
<configuration>
8787
<java>
8888
<googleJavaFormat/>

0 commit comments

Comments
 (0)