Skip to content

Commit 1418a9d

Browse files
chore(deps): update plugin com.diffplug.spotless to v7
1 parent a39d1ac commit 1418a9d

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
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.7.3' 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 "6.25.0" apply false
21+
id "com.diffplug.spotless" version "7.0.0" apply false
2222
id 'io.gitlab.arturbosch.detekt' version '1.23.7' apply false
2323
id 'com.android.application' version '8.7.3' apply false
2424
}

gradle/verification-metadata.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>
5252
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
5353
<trusted-key id="1D0A8B5E77C678A7C724445ABF984B4145EA13F7" group="com.squareup" name="javapoet" version="1.13.0"/>
54-
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E" group="dev.equo.ide" name="solstice" version="1.7.5"/>
54+
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
55+
<trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
56+
<trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
57+
</trusted-key>
5558
<trusted-key id="1D85469D8559C2E1DF5F925131D2D79DF7E85DD3" group="org.jcommander" name="jcommander" version="1.85"/>
5659
<trusted-key id="24D04176586361FDA94EE0315F7786DF73E61F56">
5760
<trusting group="com.google.devtools.ksp" name="symbol-processing-api" version="1.9.20-1.0.14"/>
@@ -141,7 +144,10 @@
141144
<trusted-key id="8E3A02905A1AE67E7B0F9ACD3967D4EDA591B991" group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.1"/>
142145
<trusted-key id="90EE19787A7BCF6FD37A1E9180C08B1C29100955" group="com.squareup" name="javawriter"/>
143146
<trusted-key id="95115197C5227C0887299D000F9FE62F88E938D8" group="com.google.dagger"/>
144-
<trusted-key id="9E3044071B758EBCB7E45673700E4F39BC05364B" group="org.eclipse.platform" name="org.eclipse.osgi" version="3.18.300"/>
147+
<trusted-key id="9E3044071B758EBCB7E45673700E4F39BC05364B">
148+
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.18.300"/>
149+
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.18.500"/>
150+
</trusted-key>
145151
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" group="com.google.code.findbugs" name="jsr305" version="2.0.2"/>
146152
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
147153
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
@@ -3439,6 +3445,11 @@
34393445
<sha256 value="f45c82b12faacd85acd474eba699322fa5dea88408b247d0e4bde9412908223a" origin="Generated by Gradle" reason="Artifact is not signed"/>
34403446
</artifact>
34413447
</component>
3448+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="7.0.0">
3449+
<artifact name="com.diffplug.spotless.gradle.plugin-7.0.0.pom">
3450+
<sha256 value="5a7798b003515d2d55419a87bc005ff243f47c2c43f7802996185a2dea610869" origin="Generated by Gradle" reason="Artifact is not signed"/>
3451+
</artifact>
3452+
</component>
34423453
<component group="com.google.android" name="annotations" version="4.1.1.4">
34433454
<artifact name="annotations-4.1.1.4.pom">
34443455
<sha256 value="e4bb54753c36a27a0e5d70154a5034fedd8feac4282295034bfd483d6c7aae78" origin="Generated by Gradle"/>
@@ -3846,6 +3857,11 @@
38463857
<sha256 value="3e49037174820bbd0df63420a977255886398954c2a06291fa61f727ac35b377" origin="Generated by Gradle"/>
38473858
</artifact>
38483859
</component>
3860+
<component group="org.apache" name="apache" version="31">
3861+
<artifact name="apache-31.pom">
3862+
<pgp value="84789D24DF77A32433CE1F079EB80E92EB2135B1"/>
3863+
</artifact>
3864+
</component>
38493865
<component group="org.apache" name="apache" version="9">
38503866
<artifact name="apache-9.pom">
38513867
<pgp value="DA7A1BB85B19E4FB05073431205C8673DC742C7C"/>

0 commit comments

Comments
 (0)