From 20eae05eec21784bf57a6687b702918476b83a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:39:11 +0000 Subject: [PATCH] build(deps): bump spotless-plugin-gradle from 6.0.1 to 6.0.2 (#1569) --- dependency-sync/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts index ae098d84..1bca9842 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.1") + dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.2") // 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 06ee31c7..135a1e8c 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.1" +build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.2" compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }