Skip to content

Commit 014924b

Browse files
Update spotless packages to v8.2.1 (#2610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc42ae8 commit 014924b

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
`kotlin-dsl`
33

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

88
spotless {
@@ -40,7 +40,7 @@ repositories {
4040
dependencies {
4141
implementation(gradleApi())
4242

43-
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.2.0")
43+
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.2.1")
4444
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.23.0-alpha")
4545

4646
// keep these versions in sync with settings.gradle.kts

0 commit comments

Comments
 (0)