chore(deps): update plugin com.diffplug.spotless to v6.22.0 (#9576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
553eaa576c
commit
485aa01c70
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id("java")
|
||||
id("com.diffplug.spotless") version "6.21.0"
|
||||
id("com.diffplug.spotless") version "6.22.0"
|
||||
}
|
||||
|
||||
spotless {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
`kotlin-dsl`
|
||||
// When updating, update below in dependencies too
|
||||
id("com.diffplug.spotless") version "6.21.0"
|
||||
id("com.diffplug.spotless") version "6.22.0"
|
||||
}
|
||||
|
||||
spotless {
|
||||
|
|
|
@ -11,7 +11,7 @@ plugins {
|
|||
See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
|
||||
*/
|
||||
id "com.github.johnrengelman.shadow" version "8.1.1"
|
||||
id "com.diffplug.spotless" version "6.21.0"
|
||||
id "com.diffplug.spotless" version "6.22.0"
|
||||
|
||||
id "io.opentelemetry.instrumentation.muzzle-generation" version "1.31.0-alpha-SNAPSHOT"
|
||||
id "io.opentelemetry.instrumentation.muzzle-check" version "1.31.0-alpha-SNAPSHOT"
|
||||
|
|
Loading…
Reference in New Issue