fix(deps): update spotless packages to v6.24.0 (#10238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-16 22:29:39 +02:00 committed by GitHub
parent 0a3acb4a37
commit 449e6b33cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
plugins { plugins {
id("java") id("java")
id("com.diffplug.spotless") version "6.23.3" id("com.diffplug.spotless") version "6.24.0"
} }
spotless { spotless {

View File

@ -1,7 +1,7 @@
plugins { plugins {
`kotlin-dsl` `kotlin-dsl`
// When updating, update below in dependencies too // When updating, update below in dependencies too
id("com.diffplug.spotless") version "6.23.3" id("com.diffplug.spotless") version "6.24.0"
} }
spotless { spotless {
@ -54,7 +54,7 @@ dependencies {
implementation("org.apache.maven:maven-aether-provider:3.3.9") implementation("org.apache.maven:maven-aether-provider:3.3.9")
// When updating, update above in plugins too // When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.23.3") implementation("com.diffplug.spotless:spotless-plugin-gradle:6.24.0")
implementation("com.google.guava:guava:33.0.0-jre") implementation("com.google.guava:guava:33.0.0-jre")
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18") implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("com.github.johnrengelman:shadow:8.1.1") implementation("com.github.johnrengelman:shadow:8.1.1")

View File

@ -12,7 +12,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.23.3" classpath "com.diffplug.spotless:spotless-plugin-gradle:6.24.0"
classpath "com.github.johnrengelman:shadow:8.1.1" classpath "com.github.johnrengelman:shadow:8.1.1"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.1.0-alpha-SNAPSHOT" classpath "io.opentelemetry.instrumentation:gradle-plugins:2.1.0-alpha-SNAPSHOT"
} }

View File

@ -11,7 +11,7 @@ plugins {
See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin. See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
*/ */
id "com.github.johnrengelman.shadow" version "8.1.1" id "com.github.johnrengelman.shadow" version "8.1.1"
id "com.diffplug.spotless" version "6.23.3" id "com.diffplug.spotless" version "6.24.0"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.1.0-alpha-SNAPSHOT" id "io.opentelemetry.instrumentation.muzzle-generation" version "2.1.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.1.0-alpha-SNAPSHOT" id "io.opentelemetry.instrumentation.muzzle-check" version "2.1.0-alpha-SNAPSHOT"