Skip to content

Commit ba82e9c

Browse files
fix(deps): update spotless packages to v6.25.0 (release/v1.32.x) (#10507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent baf5100 commit ba82e9c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.22.0"
3+
id("com.diffplug.spotless") version "6.25.0"
44
}
55

66
spotless {

conventions/build.gradle.kts

+2-2
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.22.0"
4+
id("com.diffplug.spotless") version "6.25.0"
55
}
66

77
spotless {
@@ -54,7 +54,7 @@ dependencies {
5454
implementation("org.apache.maven:maven-aether-provider:3.3.9")
5555

5656
// When updating, update above in plugins too
57-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
57+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
5858
implementation("com.google.guava:guava:33.0.0-jre")
5959
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
6060
implementation("com.github.johnrengelman:shadow:8.1.1")

examples/distro/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
}
1414
dependencies {
15-
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.22.0"
15+
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
1616
classpath "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
1717
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.32.1-alpha"
1818
}

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.22.0"
14+
id "com.diffplug.spotless" version "6.25.0"
1515

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

0 commit comments

Comments
 (0)