Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.21.0 (#5780)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-29 10:48:46 -05:00 committed by GitHub
parent ce7323ee3d
commit 37b2984b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ dependencies {
implementation(enforcedPlatform("com.squareup.wire:wire-bom:4.8.1"))
implementation("com.google.auto.value:auto-value-annotations:1.10.3")
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.21.0")
// Needed for japicmp but not automatically brought in for some reason.
implementation("com.google.guava:guava:32.1.2-jre")
implementation("com.squareup:javapoet:1.13.0")