Skip to content

Commit 6f8d491

Browse files
fix(deps): update spotless packages to v7.0.1 (#6998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f90b03 commit 6f8d491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33

44
// When updating, update below in dependencies too
5-
id("com.diffplug.spotless") version "7.0.0"
5+
id("com.diffplug.spotless") version "7.0.1"
66
}
77

88
if (!hasLauncherForJavaVersion(17)) {
@@ -53,7 +53,7 @@ dependencies {
5353
implementation(enforcedPlatform("com.squareup.wire:wire-bom:5.2.1"))
5454
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
5555
// When updating, update above in plugins too
56-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.0")
56+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")
5757
// Needed for japicmp but not automatically brought in for some reason.
5858
implementation("com.google.guava:guava:33.4.0-jre")
5959
implementation("com.squareup:javapoet:1.13.0")

0 commit comments

Comments
 (0)