From 04c7c78a879913f74be2f5070361509f134e6536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:06:22 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.0.1 to 7.0.2 (#388) Bumps com.diffplug.spotless from 7.0.1 to 7.0.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3a720759..97bbedc6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -109,6 +109,6 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = " ksp = { id = "com.google.devtools.ksp", version = "2.1.0-1.0.29" } hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } room = { id = "androidx.room", version.ref = "room" } -spotless = { id = "com.diffplug.spotless", version = "7.0.1" } +spotless = { id = "com.diffplug.spotless", version = "7.0.2" } cache-fix = { id = "org.gradle.android.cache-fix", version = "3.0.1" } about-libraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }