From 7bfe20d694bea26c9e1b46c7d27267d4ab99c155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:19:03 +0100 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#294) Bumps com.diffplug.spotless from 6.25.0 to 7.0.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 465986b..4afd673 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ val commonsIoVersion = "2.18.0" plugins { id("application") kotlin("jvm") version "2.1.0" - id("com.diffplug.spotless") version "6.25.0" + id("com.diffplug.spotless") version "7.0.0" id("com.gradleup.shadow") version "8.3.5" id("com.github.ben-manes.versions") version "0.51.0" }