Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 62237f2e authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Merge pull request #1628 from nextcloud/renovate/com.diffplug.spotless-7.x

chore(deps): update plugin com.diffplug.spotless to v7.0.2
parents 630e9cf5 b5301164
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
         <trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
            <trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
            <trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
            <trusting group="dev.equo.ide" name="solstice" version="1.8.1"/>
         </trusted-key>
         <trusted-key id="1D85469D8559C2E1DF5F925131D2D79DF7E85DD3" group="org.jcommander" name="jcommander" version="1.85"/>
         <trusted-key id="1FA868A348719E88B6D0DE24C03EF1D7D692BCFF" group="org.scala-lang" name="scala-library" version="2.13.11"/>
@@ -3805,6 +3806,11 @@
            <sha256 value="d967a0f74c203ddcc5700947aab40f4be2a5a9f7b8d32aab7fc412b2030e7dfc" origin="Generated by Gradle" reason="Artifact is not signed"/>
         </artifact>
      </component>
      <component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="7.0.2">
         <artifact name="com.diffplug.spotless.gradle.plugin-7.0.2.pom">
            <sha256 value="ed1ded77a296a6fe21a50279c926c07be14af7c08c2437d3685c70fcf6bba02d" origin="Generated by Gradle" reason="Artifact is not signed"/>
         </artifact>
      </component>
      <component group="com.fasterxml" name="oss-parent" version="56">
         <artifact name="oss-parent-56.pom">
            <sha256 value="fd491f78857424106d2e3d605bcd799b53d31a565cdc868463ca7e875db45a50" origin="Generated by Gradle"/>
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildscript {
}

plugins {
    id "com.diffplug.spotless" version "7.0.1"
    id "com.diffplug.spotless" version "7.0.2"
}

apply plugin: 'com.android.library'