Skip to content

Commit a6f3e7b

Browse files
Update plugin com.diffplug.spotless to v8.5.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c84767 commit a6f3e7b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
<trusted-key id="F1A51E051F527E0C8E24D54D4B1E11D5A4B91E89" group="com.google.protobuf"/>
287287
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.codehaus.mojo"/>
288288
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup" name="jsoup" version="1.12.2"/>
289+
<trusted-key id="F4DD59C90148BDC52BEB90A4530AA5F25C25011F" group="commons-codec"/>
289290
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A" group="org.apache" name="apache"/>
290291
<trusted-key id="FA7929F83AD44C4590F6CC6815C71C0A4E0B8EDD" group="net.java.dev.jna"/>
291292
<trusted-key id="FC411CD3CB7DCB0ABC9801058118B3BCDB1A5000" group="jakarta.xml.bind"/>
@@ -8111,6 +8112,11 @@
81118112
<sha256 value="a891aa8be64267621505beae63a8de02a180097dcf3bfc27059dfc6f9d74a440" origin="Generated by Gradle" reason="Artifact is not signed"/>
81128113
</artifact>
81138114
</component>
8115+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="8.5.1">
8116+
<artifact name="com.diffplug.spotless.gradle.plugin-8.5.1.pom">
8117+
<sha256 value="4e623c110b6221482962615a84ae82d0ea7f37dd3c9126063d7953a1555f17c5" origin="Generated by Gradle" reason="Artifact is not signed"/>
8118+
</artifact>
8119+
</component>
81148120
<component group="com.diffplug.spotless" name="spotless-lib" version="3.0.2">
81158121
<artifact name="spotless-lib-3.0.2.jar">
81168122
<sha256 value="3f9a7fdfc5b03ac20894834170910c15c4f2b84ed4ce3677898a307ad589837c" origin="Generated by Gradle"/>
@@ -11246,6 +11252,11 @@
1124611252
<sha256 value="d189ff2c0027e96bb65d31e6f227ed2af966169b36af1e973dd5ba08926dc7b5" origin="Generated by Gradle"/>
1124711253
</artifact>
1124811254
</component>
11255+
<component group="org.apache.commons" name="commons-parent" version="96">
11256+
<artifact name="commons-parent-96.pom">
11257+
<pgp value="F4DD59C90148BDC52BEB90A4530AA5F25C25011F"/>
11258+
</artifact>
11259+
</component>
1124911260
<component group="org.apache.commons" name="commons-text" version="1.10.0">
1125011261
<artifact name="commons-text-1.10.0.jar">
1125111262
<sha256 value="770cd903fa7b604d1f7ef7ba17f84108667294b2b478be8ed1af3bffb4ae0018" origin="Generated by Gradle"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030

3131
plugins {
32-
id "com.diffplug.spotless" version "8.4.0"
32+
id "com.diffplug.spotless" version "8.5.1"
3333
}
3434

3535
apply plugin: 'com.android.library'

0 commit comments

Comments
 (0)