Skip to content

Commit f7a9d6a

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.0 (#4355)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be7900e commit f7a9d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-gradle-plugin`
33
`kotlin-dsl`
44
// When updating, update below in dependencies too
5-
id("com.diffplug.spotless") version "7.1.0"
5+
id("com.diffplug.spotless") version "7.2.0"
66
}
77

88
spotless {
@@ -30,7 +30,7 @@ dependencies {
3030
implementation(gradleApi())
3131

3232
// When updating, update above in plugins too
33-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.1.0")
33+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.0")
3434
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.2")
3535
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8")
3636

0 commit comments

Comments
 (0)