From 22c382e9fb8ea0e4eca29c36a33e1e8045df3e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:42:13 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 6.24.0 to 6.25.0 Bumps com.diffplug.spotless from 6.24.0 to 6.25.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 9e2f1e4..adba471 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.24.0" } +spotless = { id = "com.diffplug.spotless", version = "6.25.0" } spring-boot = { id = "org.springframework.boot", version = "3.2.2" } spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.4" }