Skip to content

Commit

Permalink
chore(deps): update spotless packages to v7 (#2153)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 35b1718 commit c8c5f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`kotlin-dsl`

// When updating, update below in dependencies too
id("com.diffplug.spotless") version "6.25.0"
id("com.diffplug.spotless") version "7.0.1"
}

spotless {
Expand Down Expand Up @@ -40,7 +40,7 @@ repositories {
dependencies {
implementation(gradleApi())

implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.9.0-alpha")

// keep these versions in sync with settings.gradle.kts
Expand Down

0 comments on commit c8c5f0f

Please sign in to comment.