Skip to content

Commit a589e95

Browse files
Update plugin com.diffplug.spotless to v6.21.0 (#9333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb50358 commit a589e95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmark-overhead/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("com.diffplug.spotless") version "6.20.0"
3+
id("com.diffplug.spotless") version "6.21.0"
44
}
55

66
spotless {

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
`kotlin-dsl`
33
// When updating, update below in dependencies too
4-
id("com.diffplug.spotless") version "6.20.0"
4+
id("com.diffplug.spotless") version "6.21.0"
55
}
66

77
spotless {

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
1212
*/
1313
id "com.github.johnrengelman.shadow" version "8.1.1"
14-
id "com.diffplug.spotless" version "6.20.0"
14+
id "com.diffplug.spotless" version "6.21.0"
1515

1616
id "io.opentelemetry.instrumentation.muzzle-generation" version "1.30.0-alpha-SNAPSHOT"
1717
id "io.opentelemetry.instrumentation.muzzle-check" version "1.30.0-alpha-SNAPSHOT"

0 commit comments

Comments
 (0)