Update plugin com.diffplug.spotless to v6.21.0 (#5781)

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

View File

@ -2,7 +2,7 @@ plugins {
`kotlin-dsl`
// When updating, update below in dependencies too
id("com.diffplug.spotless") version "6.20.0"
id("com.diffplug.spotless") version "6.21.0"
}
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {