Skip to content

Commit

Permalink
fix(deps): update spotless packages to v7.0.2 (#7018)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent a1c0d0b commit 4eeef33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`kotlin-dsl`

// When updating, update below in dependencies too
id("com.diffplug.spotless") version "7.0.1"
id("com.diffplug.spotless") version "7.0.2"
}

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

0 comments on commit 4eeef33

Please sign in to comment.