Skip to content

Commit 5b0ccf7

Browse files
chore(deps): update plugin com.diffplug.spotless to v7.1.0 (#702)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | com.diffplug.spotless | `7.0.4` -> `7.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/7.1.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.0.4/7.1.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9fc94d3 commit 5b0ccf7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id 'com.android.library' version '8.11.0' apply false
1919
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
2020
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
21-
id "com.diffplug.spotless" version "7.0.4" apply false
21+
id "com.diffplug.spotless" version "7.1.0" apply false
2222
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
2323
id 'com.android.application' version '8.11.0' apply false
2424
}

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8917,6 +8917,11 @@
89178917
<sha256 value="0ef866d7bb1a1e2966d800a08e58caaeb70cf20a47307fc84e2eddb453972c5a" origin="Generated by Gradle" reason="Artifact is not signed"/>
89188918
</artifact>
89198919
</component>
8920+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="7.1.0">
8921+
<artifact name="com.diffplug.spotless.gradle.plugin-7.1.0.pom">
8922+
<sha256 value="baabce4ac6dc436ccfb8e6c8f1ed4bb2130492e016d5d01a23bc4f36b3106124" origin="Generated by Gradle" reason="Artifact is not signed"/>
8923+
</artifact>
8924+
</component>
89208925
<component group="com.diffplug.spotless" name="spotless-lib" version="3.0.0">
89218926
<artifact name="spotless-lib-3.0.0.jar">
89228927
<sha256 value="80dac5185ffdff707d5eee54d21d61ace9e85c72d21a2cdadccadb86eb1d9da4" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)