aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-07 05:21:25 +0000
committerGitHub <noreply@github.com>2021-12-07 05:21:25 +0000
commitd72f3b85c4d2766d83b14f7425bfcce553ffe8b2 (patch)
tree4f3f40c55091c547120f24a75fcdad7c0e7f7e6c
parent8b4c8def4c05073a06860a585a851da9a7fd7c99 (diff)
build(deps): bump spotless-plugin-gradle from 6.0.2 to 6.0.4 (#1572)
-rw-r--r--dependency-sync/build.gradle.kts2
-rw-r--r--gradle/libs.versions.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index 24cb08dd..a4fafc69 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
dependencySync("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
dependencySync("com.squareup.okhttp3:okhttp:4.9.3")
dependencySync("com.vdurmont:semver4j:3.1.0")
- dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.2")
+ dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.4")
// Kotlin dependencies
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-RC")
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 98d9b3b0..07577224 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -80,7 +80,7 @@ build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3"
build-semver = "com.vdurmont:semver4j:3.1.0"
-build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.2"
+build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.4"
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }