summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-17 17:38:39 +0000
committerGitHub <noreply@github.com>2021-12-17 17:38:39 +0000
commit24ec85e9434289235bcf773d06a7c70f583b994f (patch)
treeb0ba749c843bae8f7822552be1c1a205af15d244
parent83dfd56d7c83812c46ef626eded22f87e0ee659b (diff)
build(deps): bump spotless-plugin-gradle from 6.0.4 to 6.0.5 (#1591)
-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 cba63ea5..20bc5058 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
dependencySync("com.vanniktech:gradle-maven-publish-plugin:0.18.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.4")
+ dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.5")
dependencySync("org.jetbrains.kotlinx:kover:0.4.4")
// Kotlin dependencies
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4f951d24..aae278b0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -85,7 +85,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.4"
+build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.5"
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }