Skip to content

Commit a63f9f2

Browse files
Merge pull request #1620 from nextcloud/renovate/com.diffplug.spotless-7.x
chore(deps): update plugin com.diffplug.spotless to v7.0.1
2 parents 439e15f + f10f47e commit a63f9f2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</ignored-keys>
1414
<trusted-keys>
1515
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
16+
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="^com[.]github[.]ajalt($|([.].*))" regex="true"/>
1617
<trusted-key id="042B29E928995B9DB963C636C7CA19B7B620D787" group="com.github.stephenc.jcip" name="jcip-annotations" version="1.0-1"/>
1718
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
1819
<trusting group="org.glassfish.jaxb"/>
@@ -3799,6 +3800,11 @@
37993800
<sha256 value="5a7798b003515d2d55419a87bc005ff243f47c2c43f7802996185a2dea610869" origin="Generated by Gradle" reason="Artifact is not signed"/>
38003801
</artifact>
38013802
</component>
3803+
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="7.0.1">
3804+
<artifact name="com.diffplug.spotless.gradle.plugin-7.0.1.pom">
3805+
<sha256 value="d967a0f74c203ddcc5700947aab40f4be2a5a9f7b8d32aab7fc412b2030e7dfc" origin="Generated by Gradle" reason="Artifact is not signed"/>
3806+
</artifact>
3807+
</component>
38023808
<component group="com.fasterxml" name="oss-parent" version="56">
38033809
<artifact name="oss-parent-56.pom">
38043810
<sha256 value="fd491f78857424106d2e3d605bcd799b53d31a565cdc868463ca7e875db45a50" 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.0.0"
32+
id "com.diffplug.spotless" version "7.0.1"
3333
}
3434

3535
apply plugin: 'com.android.library'

0 commit comments

Comments
 (0)