From e6e6372ba68de19e39cf42605dd3124780dd6438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:14:49 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 6.22.0 to 6.24.0 Bumps com.diffplug.spotless from 6.22.0 to 6.24.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f5c256e..9cd8c72 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ indra = "3.1.3" [plugins] indra = { id = "net.kyori.indra", version.ref = "indra" } indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" } -spotless = { id = "com.diffplug.spotless", version = "6.22.0" } +spotless = { id = "com.diffplug.spotless", version = "6.24.0" } spring-boot = { id = "org.springframework.boot", version = "3.1.4" } spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.3" }