Skip to content

Commit 2a9f932

Browse files
chore(deps): update plugin com.diffplug.spotless to v8.1.0 (#826)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | com.diffplug.spotless | `8.0.0` -> `8.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/8.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/8.0.0/8.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 bb6d036 commit 2a9f932

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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 "8.0.0" apply false
27+
id "com.diffplug.spotless" version "8.1.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
}

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11283,6 +11283,11 @@
1128311283
<sha256 value="3ff3a1ed169d01e59669d987338c25f230da07d62952538f0dd4f94776289036" origin="Generated by Gradle" reason="Artifact is not signed"/>
1128411284
</artifact>
1128511285
</component>
11286+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="8.1.0">
11287+
<artifact name="com.diffplug.spotless.gradle.plugin-8.1.0.pom">
11288+
<sha256 value="58b0b4ed49b3b19072b55c7111c0991a07f9b6d20709af8aa470c714114afbfb" origin="Generated by Gradle" reason="Artifact is not signed"/>
11289+
</artifact>
11290+
</component>
1128611291
<component group="com.diffplug.spotless" name="spotless-lib" version="3.0.0">
1128711292
<artifact name="spotless-lib-3.0.0.jar">
1128811293
<sha256 value="80dac5185ffdff707d5eee54d21d61ace9e85c72d21a2cdadccadb86eb1d9da4" origin="Generated by Gradle"/>
@@ -14288,6 +14293,11 @@
1428814293
<sha256 value="d78bd8524c5f8380a190a6525686629a95dfe512df21111383a6d8c0923a4415" origin="Generated by Gradle"/>
1428914294
</artifact>
1429014295
</component>
14296+
<component group="org.apache" name="apache" version="35">
14297+
<artifact name="apache-35.pom">
14298+
<pgp value="84789D24DF77A32433CE1F079EB80E92EB2135B1"/>
14299+
</artifact>
14300+
</component>
1429114301
<component group="org.apache" name="apache" version="9">
1429214302
<artifact name="apache-9.pom">
1429314303
<pgp value="DA7A1BB85B19E4FB05073431205C8673DC742C7C"/>

0 commit comments

Comments
 (0)