Skip to content

Commit 4ebcb70

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

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.18.500"/>
182182
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.0"/>
183183
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.100"/>
184+
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.200"/>
184185
</trusted-key>
185186
<trusted-key id="A31DDE881C3E3C4C985BD0D02C7F998F4272C851" group="com.diffplug.spotless"/>
186187
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA">
@@ -224,6 +225,7 @@
224225
</trusted-key>
225226
<trusted-key id="BFD244AF9E85F6ABDCA2B65CDE61FB98F06CE8AE" group="org.json4s"/>
226227
<trusted-key id="C0612048F3393B80B22639B4F067A2FD751AE3E4" group="io.github.davidburstrom.contester" name="contester-breakpoint" version="0.2.0"/>
228+
<trusted-key id="C3259D20DAEC4ACE6D57CC83340B090F727518D8" group="com.google.j2objc" name="j2objc-annotations" version="3.1"/>
227229
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
228230
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
229231
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>
@@ -8045,6 +8047,11 @@
80458047
<sha256 value="af42a5287f096367ec74acfaccdcd78522146a7438128c537e7001705132907c" origin="Generated by Gradle" reason="Artifact is not signed"/>
80468048
</artifact>
80478049
</component>
8050+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="8.0.0">
8051+
<artifact name="com.diffplug.spotless.gradle.plugin-8.0.0.pom">
8052+
<sha256 value="3ff3a1ed169d01e59669d987338c25f230da07d62952538f0dd4f94776289036" origin="Generated by Gradle" reason="Artifact is not signed"/>
8053+
</artifact>
8054+
</component>
80488055
<component group="com.diffplug.spotless" name="spotless-lib" version="3.0.2">
80498056
<artifact name="spotless-lib-3.0.2.jar">
80508057
<sha256 value="3f9a7fdfc5b03ac20894834170910c15c4f2b84ed4ce3677898a307ad589837c" 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 "7.2.1"
32+
id "com.diffplug.spotless" version "8.0.0"
3333
}
3434

3535
apply plugin: 'com.android.library'

0 commit comments

Comments
 (0)