From 2e0c977ec1201396d52f6ecca5e948e9076383ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 17:18:02 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.3.0 to 6.19.0 (#11) Bumps com.diffplug.spotless from 6.3.0 to 6.19.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... 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 5ead8e2..8c624d5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.19.0" } dokka = { id = "org.jetbrains.dokka", version = "1.6.10" } lint = { id = "com.android.lint", version = "7.1.2" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.19.0" } -spotless = { id = "com.diffplug.spotless", version = "6.3.0" } +spotless = { id = "com.diffplug.spotless", version = "6.19.0" } binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" } [libraries]