Skip to content

Commit bebd819

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.20.0")
57+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.21.0")
5858
implementation("com.google.guava:guava:32.1.2-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.20.0"
15+
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.21.0"
1616
classpath "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
1717
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.30.0-alpha-SNAPSHOT"
1818
}

0 commit comments

Comments
 (0)