Skip to content

Commit 195fb11

Browse files
chore(deps): update plugin com.diffplug.spotless to v8.2.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfad04e commit 195fb11

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@
213213
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.6"/>
214214
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.7"/>
215215
</trusted-key>
216-
<trusted-key id="9E3044071B758EBCB7E45673700E4F39BC05364B" group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.200"/>
216+
<trusted-key id="9E3044071B758EBCB7E45673700E4F39BC05364B">
217+
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.200"/>
218+
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.24.0"/>
219+
</trusted-key>
217220
<trusted-key id="A31DDE881C3E3C4C985BD0D02C7F998F4272C851" group="com.diffplug.spotless"/>
218221
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" group="com.google.code.findbugs" name="jsr305" version="2.0.2"/>
219222
<trusted-key id="A42FEF087AF29AE864684EAEE6039456D5BBD4F8" group="io.fabric8" name="kubernetes-client-bom" version="5.12.4"/>
@@ -7563,6 +7566,11 @@
75637566
<sha256 value="58b0b4ed49b3b19072b55c7111c0991a07f9b6d20709af8aa470c714114afbfb" origin="Generated by Gradle" reason="Artifact is not signed"/>
75647567
</artifact>
75657568
</component>
7569+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="8.2.1">
7570+
<artifact name="com.diffplug.spotless.gradle.plugin-8.2.1.pom">
7571+
<sha256 value="306b777dc39f44fec62b50bdefe41b716beb0fd7cd3f81572273a134c2e155b9" origin="Generated by Gradle" reason="Artifact is not signed"/>
7572+
</artifact>
7573+
</component>
75667574
<component group="com.fasterxml" name="oss-parent" version="56">
75677575
<artifact name="oss-parent-56.pom">
75687576
<sha256 value="fd491f78857424106d2e3d605bcd799b53d31a565cdc868463ca7e875db45a50" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
@@ -11674,11 +11682,24 @@
1167411682
<sha256 value="5f0c0e2cdbd6d788302fa84b28d0c538a06334ba0812fc64252050907222d30b" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
1167511683
</artifact>
1167611684
</component>
11685+
<component group="org.eclipse.jgit" name="org.eclipse.jgit" version="7.5.0.202512021534-r">
11686+
<artifact name="org.eclipse.jgit-7.5.0.202512021534-r.jar">
11687+
<sha256 value="1597bc78a8d8c0116976d46a94872a2cc2865670eba4db0b9f51811b34936d72" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11688+
</artifact>
11689+
<artifact name="org.eclipse.jgit-7.5.0.202512021534-r.pom">
11690+
<sha256 value="6c954dfc10f1c301bdba25d3d6309f77479804363cf7556e51e8bb3714555c64" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11691+
</artifact>
11692+
</component>
1167711693
<component group="org.eclipse.jgit" name="org.eclipse.jgit-parent" version="7.4.0.202509020913-r">
1167811694
<artifact name="org.eclipse.jgit-parent-7.4.0.202509020913-r.pom">
1167911695
<sha256 value="d53714ed2649b8173288f65405e54fbef751656b91480c5459f4dc0192002472" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
1168011696
</artifact>
1168111697
</component>
11698+
<component group="org.eclipse.jgit" name="org.eclipse.jgit-parent" version="7.5.0.202512021534-r">
11699+
<artifact name="org.eclipse.jgit-parent-7.5.0.202512021534-r.pom">
11700+
<sha256 value="7e38806a853691a49db16eac836fe6b626276943b108b67754a3d5c740fbbc0e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11701+
</artifact>
11702+
</component>
1168211703
<component group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.200">
1168311704
<artifact name="org.eclipse.osgi-3.23.200.jar">
1168411705
<sha256 value="8d94058ead3f4651900166924a677c3beb6e996f072fabf385ffdd70510bc493" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
plugins {
24-
id "com.diffplug.spotless" version "8.1.0"
24+
id "com.diffplug.spotless" version "8.2.1"
2525
}
2626

2727
apply plugin: "kotlin-android"

0 commit comments

Comments
 (0)