Skip to content

Commit f7336d1

Browse files
chore(deps): update plugin com.diffplug.spotless to v7.2.1 (#716)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | com.diffplug.spotless | `7.2.0` -> `7.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/7.2.1?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.0/7.2.1?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:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 662bb2c commit f7336d1

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.1' 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.2.0" apply false
21+
id "com.diffplug.spotless" version "7.2.1" apply false
2222
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
2323
id 'com.android.application' version '8.11.1' apply false
2424
}

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9738,6 +9738,11 @@
97389738
<sha256 value="04f58ef94a3a83fa17e59ef5c4e9ebdc648a5f1912226e3bf1b774826f4281a2" origin="Generated by Gradle" reason="Artifact is not signed"/>
97399739
</artifact>
97409740
</component>
9741+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="7.2.1">
9742+
<artifact name="com.diffplug.spotless.gradle.plugin-7.2.1.pom">
9743+
<sha256 value="af42a5287f096367ec74acfaccdcd78522146a7438128c537e7001705132907c" origin="Generated by Gradle" reason="Artifact is not signed"/>
9744+
</artifact>
9745+
</component>
97419746
<component group="com.diffplug.spotless" name="spotless-lib" version="3.0.0">
97429747
<artifact name="spotless-lib-3.0.0.jar">
97439748
<sha256 value="80dac5185ffdff707d5eee54d21d61ace9e85c72d21a2cdadccadb86eb1d9da4" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)