Skip to content

Commit e8fb095

Browse files
Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 (#1452)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://redirect.github.com/diffplug/spotless) | `2.44.5` -> `2.45.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:spotless-maven-plugin/2.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:spotless-maven-plugin/2.44.5/2.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!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> ### [`v2.45.0`](https://redirect.github.com/diffplug/spotless/blob/HEAD/CHANGES.md#2450---2024-01-23) ##### Added - Support for `gofmt` ([#&#8203;2001](https://redirect.github.com/diffplug/spotless/pull/2001)) - Support for formatting Java Docs for the Palantir formatter ([#&#8203;2009](https://redirect.github.com/diffplug/spotless/pull/2009)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e19138 commit e8fb095

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
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>com.diffplug.spotless</groupId>
149149
<artifactId>spotless-maven-plugin</artifactId>
150-
<version>2.44.5</version>
150+
<version>2.45.0</version>
151151
<configuration>
152152
<java>
153153
<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>2.44.5</version>
74+
<version>2.45.0</version>
7575
<configuration>
7676
<java>
7777
<googleJavaFormat/>

0 commit comments

Comments
 (0)