Skip to content

Commit e1d01f3

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.3 to 7.0.4 (#4217)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6748bd commit e1d01f3

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.0.3"
5+
id("com.diffplug.spotless") version "7.0.4"
66
}
77

88
spotless {
@@ -27,7 +27,7 @@ dependencies {
2727
implementation(gradleApi())
2828

2929
// When updating, update above in plugins too
30-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.3")
30+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
3131
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.7")
3232
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
3333

0 commit comments

Comments
 (0)