Skip to content

Commit 1c55b25

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.0 to 7.0.2 (#237)
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/7.0.0...gradle/7.0.2) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12b5e6c commit 1c55b25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kotlinx-io ="0.6.0"
3131
kermit = "2.0.5"
3232
ksp = "2.1.0-1.0.29"
3333
mockk = "1.13.16"
34-
spotless = "7.0.0"
34+
spotless = "7.0.2"
3535
sqlite-wasm-binary = "0.4"
3636
wasi-emscripten-host = "0.3-SNAPSHOT"
3737

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
dependencies {
1616
classpath("androidx.room:androidx.room.gradle.plugin:2.7.0-alpha12")
1717
classpath("com.android.tools.build:gradle:8.7.3")
18-
classpath("com.diffplug.spotless:spotless-plugin-gradle:7.0.0")
18+
classpath("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
1919
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.0-1.0.29")
2020
classpath("com.saveourtool.diktat:diktat-gradle-plugin:2.0.0")
2121
classpath("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")

0 commit comments

Comments
 (0)