Skip to content

Commit bb6d036

Browse files
chore(deps): update plugin com.diffplug.spotless to v8 (#775)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | com.diffplug.spotless | `7.2.1` -> `8.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/7.2.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyIzLiB0byByZXZpZXciLCJkZXBlbmRlbmNpZXMiXX0=--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Andy Scherzinger <[email protected]> Signed-off-by: tobiasKaminsky <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andy Scherzinger <[email protected]>
1 parent c581b0e commit bb6d036

File tree

2 files changed

+281
-1
lines changed

2 files changed

+281
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
id 'com.android.library' version '8.13.1' apply false
2525
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
2626
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
27-
id "com.diffplug.spotless" version "7.2.1" apply false
27+
id "com.diffplug.spotless" version "8.0.0" apply false
2828
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
2929
id 'com.android.application' version '8.13.1' apply false
3030
}

0 commit comments

Comments
 (0)