Skip to content

Commit

Permalink
build(deps): bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#195)
Browse files Browse the repository at this point in the history
and remove the version of klint from build.gradle.kts since the version 1.5.0 of klint is already used in the version 7.0.0 of the spotless gradle plugin (ref. https://github.com/diffplug/spotless/releases/tag/gradle%2F7.0.0)
  • Loading branch information
eliflores authored Jan 7, 2025
1 parent 57dca64 commit 799bbc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ sonar {

spotless {
kotlin {
ktlint("1.5.0")
ktlint()
}
kotlinGradle {
ktlint("1.5.0")
ktlint()
}
format("misc") {
target(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependency-license-report = "com.github.jk1.dependency-license-report:2.9"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
sonarqube = "org.sonarqube:6.0.1.5171"
spotless = "com.diffplug.spotless:6.25.0"
spotless = "com.diffplug.spotless:7.0.0"
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
spring-dependency-management = "io.spring.dependency-management:1.1.7"
test-logger = "com.adarshr.test-logger:4.0.0"
Expand Down

0 comments on commit 799bbc3

Please sign in to comment.