Skip to content

Commit 9d2e68e

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.2.1 (#1825)
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.0` → `3.2.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:spotless-maven-plugin/3.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:spotless-maven-plugin/3.2.0/3.2.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 672672f commit 9d2e68e

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.0</version>
176+
<version>3.2.1</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.0</version>
85+
<version>3.2.1</version>
8686
<configuration>
8787
<java>
8888
<googleJavaFormat/>

0 commit comments

Comments
 (0)